aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/core.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2008-12-23 18:58:38 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-01-29 15:59:28 -0500
commit96742256aba8c458d49af42610557977245be82d (patch)
tree5eef9aae2a70bf76fa39758837566e3c1ac0cafc /drivers/net/wireless/ath9k/core.h
parent030bb495c0c34aa74903ab8cf9c35e4f2f0aedea (diff)
ath9k: remove cache of rate preference when using 11g protection
No need to cache when we want to use 2Mbit/s for all protection frames for 802.11g as we can determine that dynamically on ath_buf_set_rate() itself. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/core.h')
-rw-r--r--drivers/net/wireless/ath9k/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/core.h b/drivers/net/wireless/ath9k/core.h
index 4ca2aed236e0..2bb35dda6b94 100644
--- a/drivers/net/wireless/ath9k/core.h
+++ b/drivers/net/wireless/ath9k/core.h
@@ -718,7 +718,6 @@ struct ath_softc {
718 u32 sc_keymax; 718 u32 sc_keymax;
719 DECLARE_BITMAP(sc_keymap, ATH_KEYMAX); 719 DECLARE_BITMAP(sc_keymap, ATH_KEYMAX);
720 u8 sc_splitmic; 720 u8 sc_splitmic;
721 u8 sc_protrix;
722 enum ath9k_int sc_imask; 721 enum ath9k_int sc_imask;
723 enum PROT_MODE sc_protmode; 722 enum PROT_MODE sc_protmode;
724 enum ath9k_ht_extprotspacing sc_ht_extprotspacing; 723 enum ath9k_ht_extprotspacing sc_ht_extprotspacing;