summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-03-08 13:26:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-03-08 13:26:38 +0000
commita95bf4f33d7a9d15c291aa3e1b2e6d4877490eb2 (patch)
treed7263c0b983abc9dc3d9e5fbdee3992bc3b2aec4 /openwrt/package
parentde5ad71162b6324fde04d4f50b3d6a7ebad9628d (diff)
downloadmtk-20170518-a95bf4f33d7a9d15c291aa3e1b2e6d4877490eb2.zip
mtk-20170518-a95bf4f33d7a9d15c291aa3e1b2e6d4877490eb2.tar.gz
mtk-20170518-a95bf4f33d7a9d15c291aa3e1b2e6d4877490eb2.tar.bz2
add monitor mode ioctls
SVN-Revision: 358
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/openwrt/include/wlioctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/openwrt/include/wlioctl.h b/openwrt/package/openwrt/include/wlioctl.h
index e452488..90f49e2 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 */