diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-07 16:29:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-07 16:29:28 +0000 |
commit | c5885e669e770031a35ab06c48d88c8c783e9545 (patch) | |
tree | 94cc6035ddcc431eeed24471248691db5fcd3a40 /package/mac80211/patches/570-ath9k_use_minstrel.patch | |
parent | 44371569612a97c7dd7b8943b062862f56ffbcb1 (diff) | |
download | upstream-c5885e669e770031a35ab06c48d88c8c783e9545.tar.gz upstream-c5885e669e770031a35ab06c48d88c8c783e9545.tar.bz2 upstream-c5885e669e770031a35ab06c48d88c8c783e9545.zip |
mac80211: update to wireless-testing 2010-03-03
SVN-Revision: 20032
Diffstat (limited to 'package/mac80211/patches/570-ath9k_use_minstrel.patch')
-rw-r--r-- | package/mac80211/patches/570-ath9k_use_minstrel.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/mac80211/patches/570-ath9k_use_minstrel.patch b/package/mac80211/patches/570-ath9k_use_minstrel.patch new file mode 100644 index 0000000000..0983abf335 --- /dev/null +++ b/package/mac80211/patches/570-ath9k_use_minstrel.patch @@ -0,0 +1,14 @@ +--- a/drivers/net/wireless/ath/ath9k/init.c ++++ b/drivers/net/wireless/ath/ath9k/init.c +@@ -655,7 +655,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] = |