ath5k: Don't call reset on config_interface
authorNick Kossifidis <mick@madwifi-project.org>
Mon, 9 Feb 2009 04:17:45 +0000 (06:17 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Feb 2009 18:44:52 +0000 (13:44 -0500)
commitfa8419d08e58c82add921b4e4eb01eb589b8586b
tree190e751535776197d5149345870014c3f89e2e7f
parent1e3e6e8fe2f422f75619b1110f78bb638ae905b9
ath5k: Don't call reset on config_interface

 * We call reset too often and this can result various PHY problems.
  On config_interface we don't need to reset the whole device.

  TODO: Create a function hw_fast_reset that only resets the PCU
  (tx/rx stuff) and not the whole device so that we can use this for
  stuck beacons etc.

Signed-off-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath5k/base.c