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 5e087c92a6d9..f49910799ede 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
@@ -1230,11 +1230,11 @@ static void ath9k_remove_interface(struct ieee80211_hw *hw, | |||
1230 | __func__, error); | 1230 | __func__, error); |
1231 | } | 1231 | } |
1232 | 1232 | ||
1233 | static int ath9k_config(struct ieee80211_hw *hw, | 1233 | static int ath9k_config(struct ieee80211_hw *hw, u32 changed) |
1234 | struct ieee80211_conf *conf) | ||
1235 | { | 1234 | { |
1236 | struct ath_softc *sc = hw->priv; | 1235 | struct ath_softc *sc = hw->priv; |
1237 | struct ieee80211_channel *curchan = hw->conf.channel; | 1236 | struct ieee80211_channel *curchan = hw->conf.channel; |
1237 | struct ieee80211_conf *conf = &hw->conf; | ||
1238 | int pos; | 1238 | int pos; |
1239 | 1239 | ||
1240 | DPRINTF(sc, ATH_DBG_CONFIG, "%s: Set channel: %d MHz\n", | 1240 | DPRINTF(sc, ATH_DBG_CONFIG, "%s: Set channel: %d MHz\n", |