diff options
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index a5dea617aab3..8ea30902d5db 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
@@ -394,7 +394,8 @@ static int ieee80211_config_beacon(struct ieee80211_sub_if_data *sdata, | |||
394 | */ | 394 | */ |
395 | if (params->interval) { | 395 | if (params->interval) { |
396 | sdata->local->hw.conf.beacon_int = params->interval; | 396 | sdata->local->hw.conf.beacon_int = params->interval; |
397 | ieee80211_hw_config(sdata->local); | 397 | ieee80211_hw_config(sdata->local, |
398 | IEEE80211_CONF_CHANGE_BEACON_INTERVAL); | ||
398 | /* | 399 | /* |
399 | * We updated some parameter so if below bails out | 400 | * We updated some parameter so if below bails out |
400 | * it's not an error. | 401 | * it's not an error. |