Oops; correctly reload the CCA registers with the uncapped value
in prep for the next NF calibration pass. Totally missing braces. Damn you C. Submitted by: Sascha Wildner <swildner@dragonflybsd.org> MFC after: 1 week
This commit is contained in:
parent
d2d3e9b818
commit
30696562d3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277290
@ -663,7 +663,7 @@ ar5416LoadNF(struct ath_hal *ah, const struct ieee80211_channel *chan)
|
||||
* by the median we just loaded. This will be initial (and max) value
|
||||
* of next noise floor calibration the baseband does.
|
||||
*/
|
||||
for (i = 0; i < AR5416_NUM_NF_READINGS; i ++)
|
||||
for (i = 0; i < AR5416_NUM_NF_READINGS; i ++) {
|
||||
|
||||
/* Don't write to EXT radio CCA registers unless in HT/40 mode */
|
||||
/* XXX this check should really be cleaner! */
|
||||
@ -677,6 +677,7 @@ ar5416LoadNF(struct ath_hal *ah, const struct ieee80211_channel *chan)
|
||||
OS_REG_WRITE(ah, ar5416_cca_regs[i], val);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* This just initialises the "good" values for AR5416 which
|
||||
|
Loading…
Reference in New Issue
Block a user