On 2019-03-17 14:50, Felix Fietkau wrote: > Currently there is no way for the driver to signal to mac80211 that it should > schedule a TXQ even if there are no packets on the mac80211 part of that queue. > This is problematic if the driver has an internal retry queue to deal with > software A-MPDU retry. > > This patch changes the behavior of ieee80211_schedule_txq to always schedule > the queue, as its only user (ath9k) seems to expect such behavior already: > it calls this function on tx status and on powersave wakeup whenever its > internal retry queue is not empty > > Signed-off-by: Felix Fietkau <nbd@xxxxxxxx> Sorry, missing a chunk that renames the EXPORT_SYMBOL as well. Will send v2. - Felix