Skip to content
Snippets Groups Projects
Commit a95bf4f3 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add monitor mode ioctls

SVN-Revision: 358
parent de5ad711
No related branches found
No related tags found
No related merge requests found
...@@ -595,6 +595,8 @@ typedef struct wlc_rev_info { ...@@ -595,6 +595,8 @@ typedef struct wlc_rev_info {
#define WLC_GET_REVINFO 98 #define WLC_GET_REVINFO 98
#define WLC_GET_MACMODE 105 #define WLC_GET_MACMODE 105
#define WLC_SET_MACMODE 106 #define WLC_SET_MACMODE 106
#define WLC_GET_MONITOR 107 /* added by nbd */
#define WLC_SET_MONITOR 108 /* added by nbd */
#define WLC_GET_GMODE 109 #define WLC_GET_GMODE 109
#define WLC_SET_GMODE 110 #define WLC_SET_GMODE 110
#define WLC_GET_CURR_RATESET 114 /* current rateset */ #define WLC_GET_CURR_RATESET 114 /* current rateset */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment