ath9k: move sc_flags to ath_common
we will need it for ath9k_htc, may be other drivers too 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
88a4f56ef0
commit
eefa01ddd5
@@ -208,7 +208,7 @@ static ssize_t write_file_ani(struct file *file,
|
||||
common->disable_ani = !ani;
|
||||
|
||||
if (common->disable_ani) {
|
||||
clear_bit(SC_OP_ANI_RUN, &sc->sc_flags);
|
||||
clear_bit(ATH_OP_ANI_RUN, &common->op_flags);
|
||||
ath_stop_ani(sc);
|
||||
} else {
|
||||
ath_check_ani(sc);
|
||||
|
Reference in New Issue
Block a user