summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/510-ath9k_use_minstrel.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-10 23:12:10 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-10 23:12:10 +0000
commit99c2098456c9a8bcdcb415c69f02340c9d695859 (patch)
tree1c73aec890dba54bfb3dd9a790a9e72ecbd8ea3c /package/mac80211/patches/510-ath9k_use_minstrel.patch
parent4157f2b35dac68bff640e79209357c3f805a50a8 (diff)
mac80211: update to 2010-06-10, add pending work with stability and throughput fixes for ath9k
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21756 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/510-ath9k_use_minstrel.patch')
-rw-r--r--package/mac80211/patches/510-ath9k_use_minstrel.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/mac80211/patches/510-ath9k_use_minstrel.patch b/package/mac80211/patches/510-ath9k_use_minstrel.patch
deleted file mode 100644
index 4dd81ce1c..000000000
--- a/package/mac80211/patches/510-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
-@@ -689,7 +689,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] =