projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ixp4xx: fix GPIOLIB support
[openwrt.git]
/
package
/
mac80211
/
patches
/
542-ath9k_bstuck_nf_calibrate.patch
diff --git
a/package/mac80211/patches/542-ath9k_bstuck_nf_calibrate.patch
b/package/mac80211/patches/542-ath9k_bstuck_nf_calibrate.patch
index
35db2cb
..
4ac4ab2
100644
(file)
--- a/
package/mac80211/patches/542-ath9k_bstuck_nf_calibrate.patch
+++ b/
package/mac80211/patches/542-ath9k_bstuck_nf_calibrate.patch
@@
-78,7
+78,7
@@
caldata->rawNoiseFloor = h[0].privNF;
return true;
}
caldata->rawNoiseFloor = h[0].privNF;
return true;
}
-@@ -374,3 +407,2
6
@@ s16 ath9k_hw_getchan_noise(struct ath_hw
+@@ -374,3 +407,2
8
@@ s16 ath9k_hw_getchan_noise(struct ath_hw
return ah->caldata->rawNoiseFloor;
}
EXPORT_SYMBOL(ath9k_hw_getchan_noise);
return ah->caldata->rawNoiseFloor;
}
EXPORT_SYMBOL(ath9k_hw_getchan_noise);
@@
-100,6
+100,8
@@
+ */
+ if (!caldata->nfcal_pending)
+ ath9k_hw_start_nfcal(ah, true);
+ */
+ if (!caldata->nfcal_pending)
+ ath9k_hw_start_nfcal(ah, true);
++ else if (!(REG_READ(ah, AR_PHY_AGC_CONTROL) & AR_PHY_AGC_CONTROL_NF))
++ ath9k_hw_getnf(ah, ah->curchan);
+
+ caldata->nfcal_interference = true;
+}
+
+ caldata->nfcal_interference = true;
+}
This page took
0.025785 seconds
and
4
git commands to generate.