diff options
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r-- | net/mac80211/mlme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 0f45d02e0ba7..d7134c170336 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -3100,7 +3100,7 @@ static int ieee80211_prep_connection(struct ieee80211_sub_if_data *sdata, | |||
3100 | } | 3100 | } |
3101 | 3101 | ||
3102 | local->oper_channel = cbss->channel; | 3102 | local->oper_channel = cbss->channel; |
3103 | ieee80211_hw_config(local, 0); | 3103 | ieee80211_hw_config(local, IEEE80211_CONF_CHANGE_CHANNEL); |
3104 | 3104 | ||
3105 | if (!have_sta) { | 3105 | if (!have_sta) { |
3106 | u32 rates = 0, basic_rates = 0; | 3106 | u32 rates = 0, basic_rates = 0; |