diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath9k/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index 6d19a31934d5..bb6e1ddb4a57 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
@@ -1090,7 +1090,7 @@ fail: | |||
1090 | /* Rfkill */ | 1090 | /* Rfkill */ |
1091 | /*******************/ | 1091 | /*******************/ |
1092 | 1092 | ||
1093 | static void ath_radio_enable(struct ath_softc *sc) | 1093 | void ath_radio_enable(struct ath_softc *sc) |
1094 | { | 1094 | { |
1095 | struct ath_hw *ah = sc->sc_ah; | 1095 | struct ath_hw *ah = sc->sc_ah; |
1096 | struct ieee80211_channel *channel = sc->hw->conf.channel; | 1096 | struct ieee80211_channel *channel = sc->hw->conf.channel; |
@@ -1131,7 +1131,7 @@ static void ath_radio_enable(struct ath_softc *sc) | |||
1131 | ath9k_ps_restore(sc); | 1131 | ath9k_ps_restore(sc); |
1132 | } | 1132 | } |
1133 | 1133 | ||
1134 | static void ath_radio_disable(struct ath_softc *sc) | 1134 | void ath_radio_disable(struct ath_softc *sc) |
1135 | { | 1135 | { |
1136 | struct ath_hw *ah = sc->sc_ah; | 1136 | struct ath_hw *ah = sc->sc_ah; |
1137 | struct ieee80211_channel *channel = sc->hw->conf.channel; | 1137 | struct ieee80211_channel *channel = sc->hw->conf.channel; |