summaryrefslogtreecommitdiffstats
path: root/net/mac80211/Makefile
diff options
context:
space:
mode:
authorAlexander Wetzel <alexander@wetzel-home.de>2022-09-20 17:55:41 +0200
committerJohannes Berg <johannes.berg@intel.com>2022-10-07 14:48:14 +0200
commitc95014e1d05b5acfd9e6fbe5d1f048b07c6902ff (patch)
tree319f295558b73bae1086f929086c60ed0efd6217 /net/mac80211/Makefile
parentwifi: mac80211: fix decap offload for stations on AP_VLAN interfaces (diff)
downloadlinux-c95014e1d05b5acfd9e6fbe5d1f048b07c6902ff.tar.xz
linux-c95014e1d05b5acfd9e6fbe5d1f048b07c6902ff.zip
wifi: mac80211: netdev compatible TX stop for iTXQ drivers
Properly handle TX stop for internal queues (iTXQs) within mac80211. mac80211 must not stop netdev queues when using mac80211 iTXQs. For these drivers the netdev interface is created with IFF_NO_QUEUE. While netdev still drops frames for IFF_NO_QUEUE interfaces when we stop the netdev queues, it also prints a warning when this happens: Assuming the mac80211 interface is called wlan0 we would get "Virtual device wlan0 asks to queue packet!" when netdev has to drop a frame. This patch is keeping the harmless netdev queue starts for iTXQ drivers. Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/Makefile')
0 files changed, 0 insertions, 0 deletions