mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
wifi: mac80211: wme: use ap_addr instead of deflink BSSID
We use this to look up the destination station, so it needs to be the MLD address of the AP for an MLO; use ap_addr instead of the BSSID. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
c2d052a3c4
commit
2d5e617149
|
|
@ -211,7 +211,7 @@ u16 ieee80211_select_queue(struct ieee80211_sub_if_data *sdata,
|
|||
if (sta)
|
||||
break;
|
||||
|
||||
ra = sdata->deflink.u.mgd.bssid;
|
||||
ra = sdata->vif.cfg.ap_addr;
|
||||
break;
|
||||
case NL80211_IFTYPE_ADHOC:
|
||||
ra = skb->data;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user