diff options
author | Luciano Coelho <luciano.coelho@nokia.com> | 2010-07-07 23:27:38 -0400 |
---|---|---|
committer | Luciano Coelho <luciano.coelho@nokia.com> | 2010-09-28 05:15:02 -0400 |
commit | 98d633b64a55d6f3e943951ca35f283b0901d7db (patch) | |
tree | f6615557d8364a5bb23ba06b9a9e551e2b8c27be | |
parent | e2b626248b0799bd14be40ce290c6681a8419512 (diff) |
wl1271: remove deprecated ACX definition
As of Rev. 6.1.0.0.335, the ACX_SET_SMART_REFLEX_DEBUG command is
deprecated. This patch removes it from the wl1271 driver (it wasn't used
anyway).
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Reviewed-by: Saravanan Dhanabal <ext-saravanan.dhanabal@nokia.com>
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271_acx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_acx.h b/drivers/net/wireless/wl12xx/wl1271_acx.h index 4235bc56f750..5c8bb7fd2eb9 100644 --- a/drivers/net/wireless/wl12xx/wl1271_acx.h +++ b/drivers/net/wireless/wl12xx/wl1271_acx.h | |||
@@ -1060,7 +1060,6 @@ enum { | |||
1060 | ACX_PEER_HT_CAP = 0x0057, | 1060 | ACX_PEER_HT_CAP = 0x0057, |
1061 | ACX_HT_BSS_OPERATION = 0x0058, | 1061 | ACX_HT_BSS_OPERATION = 0x0058, |
1062 | ACX_COEX_ACTIVITY = 0x0059, | 1062 | ACX_COEX_ACTIVITY = 0x0059, |
1063 | ACX_SET_SMART_REFLEX_DEBUG = 0x005A, | ||
1064 | ACX_SET_DCO_ITRIM_PARAMS = 0x0061, | 1063 | ACX_SET_DCO_ITRIM_PARAMS = 0x0061, |
1065 | DOT11_RX_MSDU_LIFE_TIME = 0x1004, | 1064 | DOT11_RX_MSDU_LIFE_TIME = 0x1004, |
1066 | DOT11_CUR_TX_PWR = 0x100D, | 1065 | DOT11_CUR_TX_PWR = 0x100D, |