ath9k: fix debug print on regd
With debugging enabled and with ATH_DBG_REGULATORY selected we wouldn't get the full print out of one line, reason is we used "," instead of nothing to separate two lines. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
f677d7702d
commit
0c6666e4c4
@@ -447,7 +447,7 @@ int ath9k_regd_init(struct ath_hal *ah)
|
|||||||
}
|
}
|
||||||
|
|
||||||
DPRINTF(ah->ah_sc, ATH_DBG_REGULATORY,
|
DPRINTF(ah->ah_sc, ATH_DBG_REGULATORY,
|
||||||
"Country alpha2 being used: %c%c\n",
|
"Country alpha2 being used: %c%c\n"
|
||||||
"Regpair detected: 0x%0x\n",
|
"Regpair detected: 0x%0x\n",
|
||||||
ah->alpha2[0], ah->alpha2[1],
|
ah->alpha2[0], ah->alpha2[1],
|
||||||
ah->regpair->regDmnEnum);
|
ah->regpair->regDmnEnum);
|
||||||
|
Reference in New Issue
Block a user