wifi: mac80211: add internal handler for wake_tx_queue
authorAlexander Wetzel <alexander@wetzel-home.de>
Sun, 9 Oct 2022 16:30:38 +0000 (18:30 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 10 Oct 2022 08:54:17 +0000 (10:54 +0200)
commitc850e31f79f049af5022f07cd9961605b4470d0b
tree50fd080a4b458a2816b3c98a496ffba84935a511
parent0ff57171d6d225558c81a69439d5323e35b40549
wifi: mac80211: add internal handler for wake_tx_queue

Start to align the TX handling to only use internal TX queues (iTXQs):

Provide a handler for drivers not having a custom wake_tx_queue
callback and update the documentation.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/util.c