diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 19:12:22 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 19:12:22 +0000 |
commit | 1581a6177ebbe749e554b9f0efb8035e8db39f1d (patch) | |
tree | 14a15ba2b5e3ad2ef285ba4fd77871ff095fdc2e /package/openwrt/include | |
parent | 2a3330ed16a8514d4f66b344006833dbd3958a90 (diff) |
add txant and antdiv to wlcompat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@884 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e7ead45204..a4fc13439d 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 |