|
@@ -534,7 +534,8 @@ int ieee80211_ibss_finish_csa(struct ieee80211_sub_if_data *sdata)
|
|
int err;
|
|
int err;
|
|
u16 capability;
|
|
u16 capability;
|
|
|
|
|
|
- sdata_lock(sdata);
|
|
|
|
|
|
+ sdata_assert_lock(sdata);
|
|
|
|
+
|
|
/* update cfg80211 bss information with the new channel */
|
|
/* update cfg80211 bss information with the new channel */
|
|
if (!is_zero_ether_addr(ifibss->bssid)) {
|
|
if (!is_zero_ether_addr(ifibss->bssid)) {
|
|
capability = WLAN_CAPABILITY_IBSS;
|
|
capability = WLAN_CAPABILITY_IBSS;
|
|
@@ -559,7 +560,6 @@ int ieee80211_ibss_finish_csa(struct ieee80211_sub_if_data *sdata)
|
|
|
|
|
|
/* generate the beacon */
|
|
/* generate the beacon */
|
|
err = ieee80211_ibss_csa_beacon(sdata, NULL);
|
|
err = ieee80211_ibss_csa_beacon(sdata, NULL);
|
|
- sdata_unlock(sdata);
|
|
|
|
if (err < 0)
|
|
if (err < 0)
|
|
return err;
|
|
return err;
|
|
|
|
|