diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-12 11:22:31 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-14 15:39:33 -0400 |
commit | f32a488463d1b2048a7797a5b618be65a1dfabad (patch) | |
tree | 6677675404d5857ac825b969605f87269c742128 /drivers | |
parent | 71fca6e983ebbf70b2d1089c66f0ec945ae16dc0 (diff) |
ath9k_hw: remove ATH9K_CAP_TKIP_SPLIT
This is only used as a workaround for an issue in one specific hw revision.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc_drv_init.c | 9 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 3 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/init.c | 2 |
4 files changed, 1 insertions, 14 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_init.c b/drivers/net/wireless/ath/ath9k/htc_drv_init.c index 03100e3cdfc4..5190a8808fa1 100644 --- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c +++ b/drivers/net/wireless/ath/ath9k/htc_drv_init.c | |||
@@ -570,15 +570,6 @@ static void ath9k_init_crypto(struct ath9k_htc_priv *priv) | |||
570 | for (i = 0; i < common->keymax; i++) | 570 | for (i = 0; i < common->keymax; i++) |
571 | ath9k_hw_keyreset(priv->ah, (u16) i); | 571 | ath9k_hw_keyreset(priv->ah, (u16) i); |
572 | 572 | ||
573 | /* | ||
574 | * Check whether the separate key cache entries | ||
575 | * are required to handle both tx+rx MIC keys. | ||
576 | * With split mic keys the number of stations is limited | ||
577 | * to 27 otherwise 59. | ||
578 | */ | ||
579 | if (ath9k_hw_getcapability(priv->ah, ATH9K_CAP_TKIP_SPLIT, 0, NULL)) | ||
580 | common->splitmic = 1; | ||
581 | |||
582 | /* turn on mcast key search if possible */ | 573 | /* turn on mcast key search if possible */ |
583 | if (!ath9k_hw_getcapability(priv->ah, ATH9K_CAP_MCAST_KEYSRCH, 0, NULL)) | 574 | if (!ath9k_hw_getcapability(priv->ah, ATH9K_CAP_MCAST_KEYSRCH, 0, NULL)) |
584 | (void)ath9k_hw_setcapability(priv->ah, ATH9K_CAP_MCAST_KEYSRCH, | 575 | (void)ath9k_hw_setcapability(priv->ah, ATH9K_CAP_MCAST_KEYSRCH, |
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index f1d9918a11bd..a5203b137346 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -2259,9 +2259,6 @@ bool ath9k_hw_getcapability(struct ath_hw *ah, enum ath9k_capability_type type, | |||
2259 | u32 capability, u32 *result) | 2259 | u32 capability, u32 *result) |
2260 | { | 2260 | { |
2261 | switch (type) { | 2261 | switch (type) { |
2262 | case ATH9K_CAP_TKIP_SPLIT: | ||
2263 | return (ah->misc_mode & AR_PCU_MIC_NEW_LOC_ENA) ? | ||
2264 | false : true; | ||
2265 | case ATH9K_CAP_MCAST_KEYSRCH: | 2262 | case ATH9K_CAP_MCAST_KEYSRCH: |
2266 | switch (capability) { | 2263 | switch (capability) { |
2267 | case 0: | 2264 | case 0: |
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 5574daa28b4d..28fca9d77980 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -207,7 +207,6 @@ enum ath9k_hw_caps { | |||
207 | }; | 207 | }; |
208 | 208 | ||
209 | enum ath9k_capability_type { | 209 | enum ath9k_capability_type { |
210 | ATH9K_CAP_TKIP_SPLIT, | ||
211 | ATH9K_CAP_MCAST_KEYSRCH, | 210 | ATH9K_CAP_MCAST_KEYSRCH, |
212 | ATH9K_CAP_DS | 211 | ATH9K_CAP_DS |
213 | }; | 212 | }; |
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c index f66b357ba4d1..4bdf8c814f57 100644 --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c | |||
@@ -385,7 +385,7 @@ static void ath9k_init_crypto(struct ath_softc *sc) | |||
385 | * With split mic keys the number of stations is limited | 385 | * With split mic keys the number of stations is limited |
386 | * to 27 otherwise 59. | 386 | * to 27 otherwise 59. |
387 | */ | 387 | */ |
388 | if (ath9k_hw_getcapability(sc->sc_ah, ATH9K_CAP_TKIP_SPLIT, 0, NULL)) | 388 | if (!(sc->sc_ah->misc_mode & AR_PCU_MIC_NEW_LOC_ENA)) |
389 | common->splitmic = 1; | 389 | common->splitmic = 1; |
390 | 390 | ||
391 | /* turn on mcast key search if possible */ | 391 | /* turn on mcast key search if possible */ |