aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/500-ath9k_use_minstrel.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-09-29 13:13:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-09-29 13:13:16 +0000
commit92e5e35c77ea8beb9ede93446bf1186409365bd7 (patch)
treef1a4681c27449667f397c8ca3f26fb45e732d17a /package/mac80211/patches/500-ath9k_use_minstrel.patch
parentfaf45b7316d4864d52bc3efb01c3b3c9d395b8e2 (diff)
downloadupstream-92e5e35c77ea8beb9ede93446bf1186409365bd7.tar.gz
upstream-92e5e35c77ea8beb9ede93446bf1186409365bd7.tar.bz2
upstream-92e5e35c77ea8beb9ede93446bf1186409365bd7.zip
mac80211: update to wireless-testing 2010-09-28
SVN-Revision: 23149
Diffstat (limited to 'package/mac80211/patches/500-ath9k_use_minstrel.patch')
-rw-r--r--package/mac80211/patches/500-ath9k_use_minstrel.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/mac80211/patches/500-ath9k_use_minstrel.patch b/package/mac80211/patches/500-ath9k_use_minstrel.patch
deleted file mode 100644
index 61e01c1bc6..0000000000
--- a/package/mac80211/patches/500-ath9k_use_minstrel.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/init.c
-+++ b/drivers/net/wireless/ath/ath9k/init.c
-@@ -661,7 +661,11 @@ void ath9k_set_hw_capab(struct ath_softc
- hw->sta_data_size = sizeof(struct ath_node);
- hw->vif_data_size = sizeof(struct ath_vif);
-
-+#ifdef ATH9K_USE_MINSTREL
-+ hw->rate_control_algorithm = "minstrel_ht";
-+#else
- hw->rate_control_algorithm = "ath9k_rate_control";
-+#endif
-
- if (test_bit(ATH9K_MODE_11G, sc->sc_ah->caps.wireless_modes))
- hw->wiphy->bands[IEEE80211_BAND_2GHZ] =