Commit 2d5e6171 authored by Johannes Berg's avatar Johannes Berg
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
parent c2d052a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;