ar9170usb: more minor fixes
authorChristian Lamparter <chunkeey@web.de>
Thu, 28 May 2009 15:04:27 +0000 (17:04 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 3 Jun 2009 18:05:15 +0000 (14:05 -0400)
commit66d008139c61d610f3ade9b46ad610e2cd277fb9
tree1822fc3179e3f0478c544621ca4bf53207e2e8b6
parentb55d6bcf9b7082ae613e5d532608abcd409164ca
ar9170usb: more minor fixes

This patch contains a few more mostly random fixes for the USB front-end.

1. handle irq command response, instead of printing it to the console.

2. remove fixed FIXME.
    (real fix: "ar9170usb: reset device on resume". )

3. some more one-liner.
- get rid of a useless "return;"
- add a few branch prediction hints in hot-paths
etc.

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ar9170/ar9170.h
drivers/net/wireless/ath/ar9170/main.c
drivers/net/wireless/ath/ar9170/usb.c