diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-08 13:26:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-08 13:26:38 +0000 |
commit | d878dbfc51740f617d7616996ba3098b73a1d9c7 (patch) | |
tree | d7263c0b983abc9dc3d9e5fbdee3992bc3b2aec4 /openwrt/package | |
parent | 68d3739b1d71f9605fdb81acdb6b2844a2745525 (diff) |
add monitor mode ioctls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@358 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/openwrt/include/wlioctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/openwrt/include/wlioctl.h b/openwrt/package/openwrt/include/wlioctl.h index e452488b7..90f49e209 100644 --- a/openwrt/package/openwrt/include/wlioctl.h +++ b/openwrt/package/openwrt/include/wlioctl.h @@ -595,6 +595,8 @@ typedef struct wlc_rev_info { #define WLC_GET_REVINFO 98 #define WLC_GET_MACMODE 105 #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_SET_GMODE 110 #define WLC_GET_CURR_RATESET 114 /* current rateset */ |