OSDN Git Service

wifi: mac80211: remove band from TX info in MLO
authorJohannes Berg <johannes.berg@intel.com>
Wed, 1 Jun 2022 13:59:31 +0000 (15:59 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:56:02 +0000 (12:56 +0200)
commiteef25a6679adb3cc73b611cf6c78386f54df0e0f
tree857c49ff9f7c97b6684ce6ba7becc092ca111fea
parentd8787ec6b4ef1857b827699eca6f5978d0aecd74
wifi: mac80211: remove band from TX info in MLO

If the interface is an MLD, then we don't know which band
the frame will be transmitted on, and we don't know how to
look up the band. Set the band information to zero in that
case, the driver cannot rely on it anyway.

No longer inline ieee80211_tx_skb_tid() since it's even
bigger now.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/tx.c