linux-kernel-test/drivers/net/wireless/ath
Luis R. Rodriguez e55ea2b152 ath9k: fix misplaced semicolon on rate control
The patch e43419f9:

	ath9k: downgrade assert in rc.c for invalid rate

downgraded an ASSERT to a WARN_ON() but also misplaced a
semicolon at the end of the second check. What this did
was force the rate control code to always return the rate
even if we should have warned about it. Since this should
not have happened anymore anyway this fix isn't critical
as the proper rate would have been returned anyway.

Cc: stable@kernel.org
Reported-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-10-30 15:50:25 -04:00
..
ar9170 ar9170: fix bug in iq-auto calibration value calculation 2009-09-29 17:25:16 -04:00
ath5k trivial: fix typos "man[ae]g?ment" -> "management" 2009-09-21 15:14:56 +02:00
ath9k ath9k: fix misplaced semicolon on rate control 2009-10-30 15:50:25 -04:00
ath.h ath: move regulatory info into shared common structure 2009-08-20 11:36:03 -04:00
Kconfig ath: add common ath_rxbuf_alloc() and make ath9k use it 2009-08-14 09:14:05 -04:00
main.c ath: add common ath_rxbuf_alloc() and make ath9k use it 2009-08-14 09:14:05 -04:00
Makefile
regd_common.h ath,ar9170: move CTL_ defines into regd.h 2009-09-08 16:31:09 -04:00
regd.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-07-23 19:03:51 -07:00
regd.h ath,ar9170: move CTL_ defines into regd.h 2009-09-08 16:31:09 -04:00