rt2x00: Wakeup hardware before loading firmware
authorIvo van Doorn <ivdoorn@gmail.com>
Mon, 30 Aug 2010 19:13:54 +0000 (21:13 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 31 Aug 2010 18:22:24 +0000 (14:22 -0400)
commitb9eca24209a59ef0a8c3cbbbb94b8c76d4b3aae3
tree989c71b92b62cdd4004814e70f5ded0ca0e297f8
parent3613884d96b186f58a77af05122f84167604aad9
rt2x00: Wakeup hardware before loading firmware

According to the legacy drivers the AUTOWAKEUP_CFG
register must be reset to 0 before loading the firmware.

Instead of during rt2800{pci,usb}_write_firmware it
must actually be done in rt2800_load_firmware() before
resetting the WPDMA_GLO_CFG and PWR_PIN_CFG registers.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800lib.c
drivers/net/wireless/rt2x00/rt2800pci.c