diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-03-30 05:58:22 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:29 -0400 |
commit | bdbdf46daa6dccb472f56559854477faddc44de9 (patch) | |
tree | 24e6968f86689aab0e4db417e4d4f7205ad2911e /drivers/net/wireless/ath9k/rc.h | |
parent | 8782b41d13c8e5f9a201477d3c15edf9fe7c372c (diff) |
ath9k: Remove a few unused flags
This patch removes unused HW capability flags and
HW operation variables, and a chainmask flag that
we don't use anywhere.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/rc.h')
-rw-r--r-- | drivers/net/wireless/ath9k/rc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/rc.h b/drivers/net/wireless/ath9k/rc.h index 199a3ce57d64..ec72dd29da00 100644 --- a/drivers/net/wireless/ath9k/rc.h +++ b/drivers/net/wireless/ath9k/rc.h | |||
@@ -24,7 +24,6 @@ struct ath_softc; | |||
24 | #define ATH_RATE_MAX 30 | 24 | #define ATH_RATE_MAX 30 |
25 | #define RATE_TABLE_SIZE 64 | 25 | #define RATE_TABLE_SIZE 64 |
26 | #define MAX_TX_RATE_PHY 48 | 26 | #define MAX_TX_RATE_PHY 48 |
27 | #define WLAN_CTRL_FRAME_SIZE (2+2+6+4) | ||
28 | 27 | ||
29 | /* VALID_ALL - valid for 20/40/Legacy, | 28 | /* VALID_ALL - valid for 20/40/Legacy, |
30 | * VALID - Legacy only, | 29 | * VALID - Legacy only, |