From 1581a6177ebbe749e554b9f0efb8035e8db39f1d Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 13 May 2005 19:12:22 +0000 Subject: add txant and antdiv to wlcompat git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@884 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/openwrt/include/wlcompat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/openwrt/include') 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 -- cgit v1.2.3