linux_dsm_epyc7002/drivers/net/wireless/ath/ath5k
Bruno Randolf 4198a8d036 ath5k: Don't wake internal queues
We should only wake up queues which mac80211 knows about (queues 0-3). We have
another internal queue ("CAB", queue number 6) which we use for power-saved
frames. When transmitted frames are processed from this queue, we have to make
sure we don't bother mac80211 with waking a queue it doesn't know about.

this fixes:

WARNING: at /home/br1/ath/wireless-testing/net/mac80211/util.c:275
  __ieee80211_wake_queue+0xd6/0xe0 [mac80211]()

Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-10-05 13:37:52 -04:00
..
ani.c ath5k: clean up some comments 2010-08-24 16:28:00 -04:00
ani.h ath5k: Adaptive Noise Immunity (ANI) Implementation 2010-04-07 14:37:53 -04:00
ath5k.h ath5k: Check and fix ATIM window 2010-09-28 15:47:57 -04:00
attach.c ath5k: Remove unused variable for atim window 2010-09-28 15:47:57 -04:00
base.c ath5k: Don't wake internal queues 2010-10-05 13:37:52 -04:00
base.h ath5k: Print rx/tx bytes in debugfs 2010-10-05 13:35:25 -04:00
caps.c ath5k: remove ATH_TRACE macro 2010-06-02 16:13:24 -04:00
debug.c ath5k: Print rx/tx bytes in debugfs 2010-10-05 13:35:25 -04:00
debug.h ath5k: Add bssid mask and rxfilter to debugfs. 2010-09-27 15:57:36 -04:00
desc.c ath5k: report PHY error frames only for chips which need it 2010-06-16 14:59:07 -04:00
desc.h ath5k: take descriptor differences between 5210 and 5211 into account 2010-06-16 14:59:06 -04:00
dma.c ath5k: Fix bitmasks and typos for PCU Diagnostic register 2010-09-28 15:47:57 -04:00
eeprom.c ath5k: clean up some comments 2010-08-24 16:28:00 -04:00
eeprom.h ath5k: Minor EEPROM documentation updates 2010-03-10 17:44:42 -05:00
gpio.c ath5k: remove ATH_TRACE macro 2010-06-02 16:13:24 -04:00
initvals.c
Kconfig
led.c ath5k: adding LED support for AR5BXB63 cards 2010-01-27 15:01:24 -05:00
Makefile ath5k: add sysfs files for ANI parameters 2010-06-02 16:13:26 -04:00
pcu.c ath5k: Disable interrupts in ath5k_hw_get_tsf64 2010-09-28 15:47:57 -04:00
phy.c ath5k: Fix bitmasks and typos for PCU Diagnostic register 2010-09-28 15:47:57 -04:00
qcu.c ath5k: Simplify cw_min/max and AIFS configuration 2010-09-21 11:05:16 -04:00
reg.h ath5k: Fix bitmasks and typos for PCU Diagnostic register 2010-09-28 15:47:57 -04:00
reset.c ath5k: Allow ath5k to support virtual STA and AP interfaces. 2010-10-05 13:35:23 -04:00
rfbuffer.h ath5k: clean up some comments 2010-08-24 16:28:00 -04:00
rfgain.h
rfkill.c
sysfs.c ath5k: add sysfs files for ANI parameters 2010-06-02 16:13:26 -04:00