diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-06-11 14:36:48 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-11 14:36:48 -0400 |
commit | ed6be3dcfee0bb891efd6ea908ca32bea711085b (patch) | |
tree | 3ca66c68b384e48b00150218583c39b716377c27 /net/mac80211/mlme.c | |
parent | 16b0dc29c1af9df341428f4c49ada4f626258082 (diff) | |
parent | 6aee4ca3d2217d3f76469e5ed576d62695f0912a (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
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 d94627c2929..91d84cc77bb 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -3124,7 +3124,7 @@ static int ieee80211_prep_connection(struct ieee80211_sub_if_data *sdata, } local->oper_channel = cbss->channel; - ieee80211_hw_config(local, 0); + ieee80211_hw_config(local, IEEE80211_CONF_CHANGE_CHANNEL); if (!have_sta) { u32 rates = 0, basic_rates = 0; |