wifi: mac80211: mlme: first adjustments for MLO
Do the first adjustments in the client-side code to pass the link pointer (instead of sdata) to most places etc. This is just preparation, so the real MLO patches become smaller. Note that this isn't complete, notably there are still quite a few references to sta->deflink and sta->sta.deflink. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
+1
-1
@@ -1188,7 +1188,7 @@ ieee80211_link_chanctx_reservation_complete(struct ieee80211_link_data *link)
|
||||
break;
|
||||
case NL80211_IFTYPE_STATION:
|
||||
ieee80211_queue_work(&sdata->local->hw,
|
||||
&sdata->u.mgd.chswitch_work);
|
||||
&link->u.mgd.chswitch_work);
|
||||
break;
|
||||
case NL80211_IFTYPE_UNSPECIFIED:
|
||||
case NL80211_IFTYPE_AP_VLAN:
|
||||
|
||||
Reference in New Issue
Block a user