ath9k: use ath_common instead of ieee80211_hw in ath9k_spectral_scan_
we don't have here any ieee80211_hw dependencies any way. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
934bdc73dd
commit
ef948da55f
@@ -93,7 +93,7 @@ static int ath_set_channel(struct ath_softc *sc)
|
||||
/* perform spectral scan if requested. */
|
||||
if (test_bit(ATH_OP_SCANNING, &common->op_flags) &&
|
||||
sc->spec_priv.spectral_mode == SPECTRAL_CHANSCAN)
|
||||
ath9k_spectral_scan_trigger(hw);
|
||||
ath9k_spectral_scan_trigger(common);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user