diff options
Diffstat (limited to 'package/openwrt/include')
-rw-r--r-- | package/openwrt/include/wlcompat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/openwrt/include/wlcompat.h b/package/openwrt/include/wlcompat.h index e7ead4520..a4fc13439 100644 --- a/package/openwrt/include/wlcompat.h +++ b/package/openwrt/include/wlcompat.h @@ -28,5 +28,9 @@ #define WLCOMPAT_GET_MONITOR SIOCIWFIRSTPRIV + 1 #define WLCOMPAT_SET_TXPWR_LIMIT SIOCIWFIRSTPRIV + 2 #define WLCOMPAT_GET_TXPWR_LIMIT SIOCIWFIRSTPRIV + 3 +#define WLCOMPAT_SET_ANTDIV SIOCIWFIRSTPRIV + 4 +#define WLCOMPAT_GET_ANTDIV SIOCIWFIRSTPRIV + 5 +#define WLCOMPAT_SET_TXANT SIOCIWFIRSTPRIV + 6 +#define WLCOMPAT_GET_TXANT SIOCIWFIRSTPRIV + 7 #endif |