mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix indentation.
This commit is contained in:
parent
ccf98f5d9d
commit
245f553a78
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ ar5416InitCal(struct ath_hal *ah, const struct ieee80211_channel *chan)
|
|||
/*
|
||||
* Try to make sure the above NF cal completes, just so
|
||||
* it doesn't clash with subsequent percals -adrian
|
||||
*/
|
||||
*/
|
||||
if (! ar5212WaitNFCalComplete(ah, 10000)) {
|
||||
HALDEBUG(ah, HAL_DEBUG_ANY, "%s: initial NF calibration did "
|
||||
"not complete in time; noisy environment?\n", __func__);
|
||||
|
|
|
|||
Loading…
Reference in a new issue