mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Oops - missing from the last commit - add ANI immunity levels for AR9160.
Obtained from: Qualcomm Atheros
This commit is contained in:
parent
adadb6074d
commit
9bb63aa8ff
1 changed files with 2 additions and 2 deletions
|
|
@ -68,8 +68,8 @@ ar9160AniSetup(struct ath_hal *ah)
|
|||
.coarseHigh = { -14, -14, -14, -14, -12 },
|
||||
.coarseLow = { -64, -64, -64, -64, -70 },
|
||||
.firpwr = { -78, -78, -78, -78, -80 },
|
||||
.maxSpurImmunityLevel = 2,
|
||||
.cycPwrThr1 = { 2, 4, 6 },
|
||||
.maxSpurImmunityLevel = 7,
|
||||
.cycPwrThr1 = { 2, 4, 6, 8, 10, 12, 14, 16 },
|
||||
.maxFirstepLevel = 2, /* levels 0..2 */
|
||||
.firstep = { 0, 4, 8 },
|
||||
.ofdmTrigHigh = 500,
|
||||
|
|
|
|||
Loading…
Reference in a new issue