mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Set the "right" CCA register.
Obtained From: ath9k
This commit is contained in:
parent
6146335abb
commit
fdb9c24c19
1 changed files with 1 additions and 1 deletions
|
|
@ -1463,7 +1463,7 @@ ar5416SetBoardValues(struct ath_hal *ah, const struct ieee80211_channel *chan)
|
|||
} else {
|
||||
OS_REG_RMW_FIELD(ah, AR_PHY_CCA, AR_PHY_CCA_THRESH62,
|
||||
pModal->thresh62);
|
||||
OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA0, AR_PHY_EXT_CCA_THRESH62,
|
||||
OS_REG_RMW_FIELD(ah, AR_PHY_EXT_CCA, AR_PHY_EXT_CCA_THRESH62,
|
||||
pModal->thresh62);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue