android_kernel_xiaomi_sm8350/drivers/net/wireless/ath/ath9k
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
..
ahb.c ath9k: Store subsystem id in struct hw_version 2009-09-09 11:25:25 -04:00
ani.c ath9k: Fix bug in ANI channel handling 2009-09-23 11:35:39 -04:00
ani.h
ath9k.h ath9k: Store subsystem id in struct hw_version 2009-09-09 11:25:25 -04:00
beacon.c
btcoex.c ath9k: Enable btcoex based on the subsystem id of the device 2009-09-09 11:25:26 -04:00
btcoex.h ath9k: Initialize the priority gpio for BT coex 3-wire 2009-09-09 11:25:27 -04:00
calib.c ath9k: Fix regression in PA calibration 2009-09-23 11:35:52 -04:00
calib.h ath9k: Set default noise floor value for AR9287 2009-09-23 11:35:45 -04:00
debug.c ath9k: Wrap DMA dump function with PS wakeup/restore 2009-08-28 14:40:48 -04:00
debug.h ath9k: Add Bluetooth Coexistence 3-wire support 2009-08-28 14:40:51 -04:00
eeprom_4k.c
eeprom_9287.c
eeprom_def.c ath9k: Fix bug in chain handling 2009-09-23 11:35:52 -04:00
eeprom.c
eeprom.h
hw.c ath9k: Initialize txgain and rxgain for newer AR9287 chipsets. 2009-09-23 11:35:54 -04:00
hw.h ath9k: Fix chip wakeup issue 2009-09-23 11:35:51 -04:00
initvals.h ath9k: Update INITVALs for AR9285 2009-08-28 14:40:47 -04:00
Kconfig
mac.c
mac.h ath9k: Fix RX Filter handling for BAR 2009-09-08 16:31:05 -04:00
main.c ath9k: Fix RFKILL bugs 2009-09-23 11:35:54 -04:00
Makefile ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch] 2009-08-28 14:40:48 -04:00
pci.c ath9k: Store subsystem id in struct hw_version 2009-09-09 11:25:25 -04:00
phy.c
phy.h
rc.c ath9k: fix misplaced semicolon on rate control 2009-10-30 15:50:25 -04:00
rc.h
recv.c ath9k: Fix RX Filter handling for BAR 2009-09-08 16:31:05 -04:00
reg.h ath9k: Revamp PCIE workarounds 2009-09-23 11:35:50 -04:00
virtual.c
xmit.c ath9k: Add Bluetooth Coexistence 3-wire support 2009-08-28 14:40:51 -04:00