diff options
author | Eliad Peller <eliad@wizery.com> | 2012-11-22 17:06:17 +0100 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-11-27 09:49:28 +0100 |
commit | b6acb4e00e187cb5ae8dd479958a02fe0ea97bf0 (patch) | |
tree | 20f6effec4a4b5a726e9e95c137a3a4794df1241 /drivers/net/wireless/ti/wl18xx/acx.h | |
parent | wl18xx: increase MAX_CHANNELS_5GHZ (diff) | |
download | linux-b6acb4e00e187cb5ae8dd479958a02fe0ea97bf0.tar.xz linux-b6acb4e00e187cb5ae8dd479958a02fe0ea97bf0.zip |
wlcore: update acx enum
update the acx enum to the new fw api.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/acx.h')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/acx.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/acx.h b/drivers/net/wireless/ti/wl18xx/acx.h index e2609a6b7341..394d12500834 100644 --- a/drivers/net/wireless/ti/wl18xx/acx.h +++ b/drivers/net/wireless/ti/wl18xx/acx.h @@ -26,7 +26,13 @@ #include "../wlcore/acx.h" enum { - ACX_CLEAR_STATISTICS = 0x0047, + ACX_NS_IPV6_FILTER = 0x0050, + ACX_PEER_HT_OPERATION_MODE_CFG = 0x0051, + ACX_CSUM_CONFIG = 0x0052, + ACX_SIM_CONFIG = 0x0053, + ACX_CLEAR_STATISTICS = 0x0054, + ACX_AUTO_RX_STREAMING = 0x0055, + ACX_PEER_CAP = 0x0056 }; /* numbers of bits the length field takes (add 1 for the actual number) */ |