aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit410074a8b13a614fc06d66e2bfd92d4b3e461ff7 (patch)
tree367770dcacaef188e60fca3c0d055f376ce57a94 /package
parent484309990652baa9cc502872464048fd29b30a7a (diff)
downloadmaster-187ad058-410074a8b13a614fc06d66e2bfd92d4b3e461ff7.tar.gz
master-187ad058-410074a8b13a614fc06d66e2bfd92d4b3e461ff7.tar.bz2
master-187ad058-410074a8b13a614fc06d66e2bfd92d4b3e461ff7.zip
add monitor mode ioctls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@358 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/openwrt/include/wlioctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openwrt/include/wlioctl.h b/package/openwrt/include/wlioctl.h
index e452488b72..90f49e2097 100644
--- a/package/openwrt/include/wlioctl.h
+++ b/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 */