mac80211: ibss: remove unnecessary call to release channel
The ieee80211_vif_use_channel() function calls ieee80211_vif_release_channel(), so there's no need to call it explicitly in __ieee80211_sta_join_ibss(). Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
dbd72850dc
commit
9fa37a3d66
|
@ -294,7 +294,6 @@ static void __ieee80211_sta_join_ibss(struct ieee80211_sub_if_data *sdata,
|
||||||
}
|
}
|
||||||
|
|
||||||
mutex_lock(&local->mtx);
|
mutex_lock(&local->mtx);
|
||||||
ieee80211_vif_release_channel(sdata);
|
|
||||||
if (ieee80211_vif_use_channel(sdata, &chandef,
|
if (ieee80211_vif_use_channel(sdata, &chandef,
|
||||||
ifibss->fixed_channel ?
|
ifibss->fixed_channel ?
|
||||||
IEEE80211_CHANCTX_SHARED :
|
IEEE80211_CHANCTX_SHARED :
|
||||||
|
|
Loading…
Reference in New Issue