mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix typo in SIFS setup
This commit is contained in:
parent
ec165c61b1
commit
3118fac370
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ ar5212SetSifsTime(struct ath_hal *ah, u_int us)
|
|||
} else {
|
||||
/* convert to system clocks */
|
||||
OS_REG_WRITE(ah, AR_D_GBL_IFS_SIFS, ath_hal_mac_clks(ah, us-2));
|
||||
ahp->ah_slottime = us;
|
||||
ahp->ah_sifstime = us;
|
||||
return AH_TRUE;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue