linux/drivers/net/wireless/orinoco
Pavel Roskin 91fe9ca74e orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()
If the value read from HERMES_RID_TXQUEUEEMPTY becomes 0 after exactly
100 readings, we wrongly consider it a timeout.  Rewrite the clever
while loop as a for loop that does the right thing and looks simpler.

Reported by Juha Leppanen <juha_motorsportcom@luukku.com>

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-04-16 10:39:17 -04:00
..
Kconfig
Makefile
airport.c
fw.c orinoco: firmware: consistently compile out fw cache support if not requested 2009-03-16 18:09:26 -04:00
fw.h orinoco: firmware: consistently compile out fw cache support if not requested 2009-03-16 18:09:26 -04:00
hermes.c
hermes.h
hermes_dld.c orinoco: prevent accessing memory outside the firmware image 2009-02-27 14:53:02 -05:00
hermes_dld.h orinoco: prevent accessing memory outside the firmware image 2009-02-27 14:53:02 -05:00
hermes_rid.h
hw.c orinoco: correct timeout logic in __orinoco_hw_set_tkip_key() 2009-04-16 10:39:17 -04:00
hw.h
main.c orinoco: firmware: consistently compile out fw cache support if not requested 2009-03-16 18:09:26 -04:00
main.h
mic.c
mic.h
orinoco.h orinoco: firmware: consistently compile out fw cache support if not requested 2009-03-16 18:09:26 -04:00
orinoco_cs.c
orinoco_nortel.c
orinoco_pci.c
orinoco_pci.h
orinoco_plx.c
orinoco_tmd.c
scan.c
scan.h
spectrum_cs.c
wext.c
wext.h