linux/drivers/net/wireless/ath5k
Bob Copeland b7fcb5c4a4 ath5k: fix buffer overrun in rate debug code
char bname[5] is too small for the string "X GHz" when the null
terminator is taken into account.  Thus, turning on rate debugging
can crash unless we have lucky stack alignment.

Cc: stable@kernel.org
Reported-by: Paride Legovini <legovini@spiro.fisica.unipd.it>
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-04-28 15:59:48 -04:00
..
Kconfig
Makefile ath5k: extract LED code into a separate file 2009-03-16 18:09:37 -04:00
ath5k.h ath5k: Add tx power calibration support 2009-03-27 20:12:56 -04:00
attach.c ath5k: Add tx power calibration support 2009-03-27 20:12:56 -04:00
base.c dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 2009-04-07 08:31:11 -07:00
base.h ath5k: warn and correct rate for unknown hw rate indexes 2009-03-27 20:13:18 -04:00
caps.c
debug.c ath5k: fix buffer overrun in rate debug code 2009-04-28 15:59:48 -04:00
debug.h
desc.c ath5k: Add tx power calibration support 2009-03-27 20:12:56 -04:00
desc.h
dma.c
eeprom.c ath5k: Convert chip specific calibration data to a generic format 2009-03-27 20:12:54 -04:00
eeprom.h ath5k: Convert chip specific calibration data to a generic format 2009-03-27 20:12:54 -04:00
gpio.c
initvals.c ath5k: Choose the right initvals for RF2425 2009-03-27 20:12:54 -04:00
led.c ath5k: Support LED's on Acer Extensa 5620z 2009-03-27 20:13:10 -04:00
pcu.c ath5k: Set TSF fix 2009-03-05 14:39:40 -05:00
phy.c ath5k: Add tx power calibration support 2009-03-27 20:12:56 -04:00
qcu.c
reg.h ath5k: Add tx power calibration support 2009-03-27 20:12:56 -04:00
reset.c ath5k: Add tx power calibration support 2009-03-27 20:12:56 -04:00
rfbuffer.h
rfgain.h