]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: remove ieee80211_tx_status_8023
authorFelix Fietkau <nbd@nbd.name>
Mon, 17 Apr 2023 13:37:51 +0000 (15:37 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 18 Apr 2023 12:48:01 +0000 (14:48 +0200)
commit9ae708f00161e1d789268fa9cc05bf6bec2af474
tree2a0b01aa545e822c7052b5e1ca02915d2c705078
parentf25ee51452dfe156c515adefba4dafbc10366ce5
wifi: mac80211: remove ieee80211_tx_status_8023

It is unused and should not be used. In order to avoid limitations in
4-address mode, the driver should always use ieee80211_tx_status_ext for
802.3 frames with a valid sta pointer.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20230417133751.79160-1-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/status.c