X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9ce0730f9d3707d8696607d3354104e10f6a6c8a..6e0a5bf7fa9d955e7b939eae37d7fd2000ed5196:/package/openwrt/include/wlcompat.h 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