aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2024-02-15 09:54:45 +0100
committerJohannes Berg <johannes.berg@intel.com>2024-02-15 09:56:42 +0100
commitcd882e2fb2e63c80367fc984a2155239710e2801 (patch)
tree870cc3a731b541d35e181c85c8b63a1cfcfd279d /net/mac80211/tx.c
parentwifi: iwlwifi: mvm: check own capabilities for EMLSR (diff)
parentwifi: iwlwifi: mvm: fix a crash when we run out of stations (diff)
downloadlinux-cd882e2fb2e63c80367fc984a2155239710e2801.tar.xz
linux-cd882e2fb2e63c80367fc984a2155239710e2801.zip
Merge wireless into wireless-next
There's a conflict already and some upcoming changes also depend on changes in wireless for being conflict- free, so pull wireless in to make all that easier. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r--net/mac80211/tx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 373275d18f5a..f4be4af568be 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -3930,6 +3930,7 @@ begin:
goto begin;
skb = __skb_dequeue(&tx.skbs);
+ info = IEEE80211_SKB_CB(skb);
if (!skb_queue_empty(&tx.skbs)) {
spin_lock_bh(&fq->lock);
@@ -3975,7 +3976,7 @@ begin:
}
encap_out:
- IEEE80211_SKB_CB(skb)->control.vif = vif;
+ info->control.vif = vif;
if (tx.sta &&
wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) {