ath9k: fix selecting the second antenna on a single-stream device with diversity

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32685 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2012-07-12 14:45:59 +00:00
parent b5d7bca405
commit a20ec2f0b9

View File

@@ -6,7 +6,7 @@
+static bool validate_antenna_mask(struct ath_hw *ah, u32 val)
+{
+ switch (val & ah->caps.rx_chainmask) {
+ switch (val & 0x7) {
+ case 0x1:
+ case 0x3:
+ case 0x7: