aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index 377b0eac5e4c..88969cbae132 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -492,16 +492,6 @@ struct ath_led {
492#define ATH_CHAN_MAX 255 492#define ATH_CHAN_MAX 255
493#define IEEE80211_WEP_NKID 4 /* number of key ids */ 493#define IEEE80211_WEP_NKID 4 /* number of key ids */
494 494
495/*
496 * The key cache is used for h/w cipher state and also for
497 * tracking station state such as the current tx antenna.
498 * We also setup a mapping table between key cache slot indices
499 * and station state to short-circuit node lookups on rx.
500 * Different parts have different size key caches. We handle
501 * up to ATH_KEYMAX entries (could dynamically allocate state).
502 */
503#define ATH_KEYMAX 128 /* max key cache size we handle */
504
505#define ATH_TXPOWER_MAX 100 /* .5 dBm units */ 495#define ATH_TXPOWER_MAX 100 /* .5 dBm units */
506#define ATH_RSSI_DUMMY_MARKER 0x127 496#define ATH_RSSI_DUMMY_MARKER 0x127
507#define ATH_RATE_DUMMY_MARKER 0 497#define ATH_RATE_DUMMY_MARKER 0
@@ -562,9 +552,6 @@ struct ath_softc {
562 u16 curtxpow; 552 u16 curtxpow;
563 u8 nbcnvifs; 553 u8 nbcnvifs;
564 u16 nvifs; 554 u16 nvifs;
565 u32 keymax;
566 DECLARE_BITMAP(keymap, ATH_KEYMAX);
567 u8 splitmic;
568 bool ps_enabled; 555 bool ps_enabled;
569 unsigned long ps_usecount; 556 unsigned long ps_usecount;
570 enum ath9k_int imask; 557 enum ath9k_int imask;