From: Felix Fietkau Date: Tue, 8 Mar 2005 13:26:38 +0000 (+0000) Subject: add monitor mode ioctls X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f767b7023ad9fd698d40d354b49efd22f4ba4d74;p=15.05%2Fopenwrt.git add monitor mode ioctls git-svn-id: svn://svn.openwrt.org/openwrt/trunk@358 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/openwrt/include/wlioctl.h b/openwrt/package/openwrt/include/wlioctl.h index e452488b72..90f49e2097 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 */