[PATCH] hostap: Fix hw reset after CMDCODE_ACCESS_WRITE timeout
authorAdrian Bunk <bunk@stusta.de>
Mon, 20 Mar 2006 03:21:44 +0000 (19:21 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 23 Mar 2006 21:16:57 +0000 (16:16 -0500)
commit971d1e69229f3dfc6dd233b8f4b82df2c35eedd8
treea255814d0183a9d6541e3206c10ad966836d3856
parent9e75af30d529d54fc650586776c100d0665c0c93
[PATCH] hostap: Fix hw reset after CMDCODE_ACCESS_WRITE timeout

The Coverity checker (CID: 59) noted that the call to prism2_hw_reset()
was dead code. Move prism2_hw_reset() call to a place where it is
actually executed.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/hostap_hw.c