Alexander Wetzel <alexander@xxxxxxxxxxxxxx> writes: > 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@xxxxxxxxxxxxxx> > --- > > This is the v2 for "wifi: mac80211: Use internal TX queues for all drivers" > https://patchwork.kernel.org/project/linux-wireless/patch/20220926161303.13035-1-alexander@xxxxxxxxxxxxxx/ > > Changes compared to V1: > - broken out the new wake_tx_queue handler as exported function > - update drivers to provide wake_tx_queue instead handling it internally > - Minor docu updates > - Some sentences of the edited docu were referring to wrong netif > functions. Fixed that with the edit, too. > - added a comment explaining why we call ieee80211_next_txq() > - removed now pointless checks for sta.txq I think this version looks quite reasonable. For the series: Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxx>