diff options
Diffstat (limited to 'drivers/net/wireless/mac80211_hwsim.c')
-rw-r--r-- | drivers/net/wireless/mac80211_hwsim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c index 3f236b546683..e2aeef8de707 100644 --- a/drivers/net/wireless/mac80211_hwsim.c +++ b/drivers/net/wireless/mac80211_hwsim.c | |||
@@ -359,10 +359,10 @@ static void mac80211_hwsim_beacon(unsigned long arg) | |||
359 | } | 359 | } |
360 | 360 | ||
361 | 361 | ||
362 | static int mac80211_hwsim_config(struct ieee80211_hw *hw, | 362 | static int mac80211_hwsim_config(struct ieee80211_hw *hw, u32 changed) |
363 | struct ieee80211_conf *conf) | ||
364 | { | 363 | { |
365 | struct mac80211_hwsim_data *data = hw->priv; | 364 | struct mac80211_hwsim_data *data = hw->priv; |
365 | struct ieee80211_conf *conf = &hw->conf; | ||
366 | 366 | ||
367 | printk(KERN_DEBUG "%s:%s (freq=%d radio_enabled=%d beacon_int=%d)\n", | 367 | printk(KERN_DEBUG "%s:%s (freq=%d radio_enabled=%d beacon_int=%d)\n", |
368 | wiphy_name(hw->wiphy), __func__, | 368 | wiphy_name(hw->wiphy), __func__, |