X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9ce0730f9d3707d8696607d3354104e10f6a6c8a..25ea0c2afb9795e9ba7a5446af302e522c3b606f:/package/openwrt/include/wlcompat.h?ds=sidebyside 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