From 68779160b037598bcdeba35337a2ac8b50ff0e61 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 10 Jun 2010 23:12:10 +0000 Subject: mac80211: update to 2010-06-10, add pending work with stability and throughput fixes for ath9k SVN-Revision: 21756 --- package/mac80211/patches/500-ath9k_use_minstrel.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/mac80211/patches/500-ath9k_use_minstrel.patch (limited to 'package/mac80211/patches/500-ath9k_use_minstrel.patch') diff --git a/package/mac80211/patches/500-ath9k_use_minstrel.patch b/package/mac80211/patches/500-ath9k_use_minstrel.patch new file mode 100644 index 0000000000..8669c8c048 --- /dev/null +++ b/package/mac80211/patches/500-ath9k_use_minstrel.patch @@ -0,0 +1,14 @@ +--- a/drivers/net/wireless/ath/ath9k/init.c ++++ b/drivers/net/wireless/ath/ath9k/init.c +@@ -677,7 +677,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] = -- cgit v1.2.3