Loading net/mac80211/ibss.c +3 −1 Original line number Diff line number Diff line Loading @@ -993,9 +993,11 @@ int ieee80211_ibss_join(struct ieee80211_sub_if_data *sdata, if (params->channel_fixed) { sdata->local->oper_channel = params->channel; if (!ieee80211_set_channel_type(sdata->local, sdata, params->channel_type)) params->channel_type)) { mutex_unlock(&sdata->u.ibss.mtx); return -EINVAL; } } if (params->ie) { sdata->u.ibss.ie = kmemdup(params->ie, params->ie_len, Loading Loading
net/mac80211/ibss.c +3 −1 Original line number Diff line number Diff line Loading @@ -993,9 +993,11 @@ int ieee80211_ibss_join(struct ieee80211_sub_if_data *sdata, if (params->channel_fixed) { sdata->local->oper_channel = params->channel; if (!ieee80211_set_channel_type(sdata->local, sdata, params->channel_type)) params->channel_type)) { mutex_unlock(&sdata->u.ibss.mtx); return -EINVAL; } } if (params->ie) { sdata->u.ibss.ie = kmemdup(params->ie, params->ie_len, Loading