summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/562-ath9k-add-a-missing-case-statement-to-ath_ant_div_co.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-06-01 13:12:31 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-06-01 13:12:31 +0000
commit9769854aaee74ec632ca54f22791e6696df7cda0 (patch)
treef205ec3b34dc5434346c9a4d35b501f0e1d5beb8 /package/mac80211/patches/562-ath9k-add-a-missing-case-statement-to-ath_ant_div_co.patch
parent750af1522ba651b715bd801f8032d5e990e87e5b (diff)
downloadmtk-20170518-9769854aaee74ec632ca54f22791e6696df7cda0.zip
mtk-20170518-9769854aaee74ec632ca54f22791e6696df7cda0.tar.gz
mtk-20170518-9769854aaee74ec632ca54f22791e6696df7cda0.tar.bz2
mac80211: add initial support for AR9330
SVN-Revision: 27084
Diffstat (limited to 'package/mac80211/patches/562-ath9k-add-a-missing-case-statement-to-ath_ant_div_co.patch')
-rw-r--r--package/mac80211/patches/562-ath9k-add-a-missing-case-statement-to-ath_ant_div_co.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/mac80211/patches/562-ath9k-add-a-missing-case-statement-to-ath_ant_div_co.patch b/package/mac80211/patches/562-ath9k-add-a-missing-case-statement-to-ath_ant_div_co.patch
new file mode 100644
index 0000000..92d4a77
--- /dev/null
+++ b/package/mac80211/patches/562-ath9k-add-a-missing-case-statement-to-ath_ant_div_co.patch
@@ -0,0 +1,12 @@
+diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c
+index 07e35e5..d0af2f2 100644
+--- a/drivers/net/wireless/ath/ath9k/recv.c
++++ b/drivers/net/wireless/ath/ath9k/recv.c
+@@ -39,6 +39,7 @@ static inline bool ath_ant_div_comb_alt_check(u8 div_group, int alt_ratio,
+ result = true;
+ break;
+ case 1:
++ case 2:
+ if ((((curr_main_set == ATH_ANT_DIV_COMB_LNA2) &&
+ (curr_alt_set == ATH_ANT_DIV_COMB_LNA1) &&
+ (alt_rssi_avg >= (main_rssi_avg - 5))) ||