]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwlifi: update rx write pointer w/o request mac access in the CAM mode
authorWinkler, Tomas <tomas.winkler@intel.com>
Wed, 10 Nov 2010 17:56:42 +0000 (09:56 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Nov 2010 18:26:48 +0000 (13:26 -0500)
commit460f908883d256a77a132bc65a4971cce1954448
tree00e20b31a4eaa2689ae880ffd27f0916a9bc0b11
parent8b08c48924c3533f683ee122fbe271d42b4c5f7b
iwlwlifi: update rx write pointer w/o request mac access in the CAM mode

In iwl_rx_queue_update_write_ptr function
replace iwl_write_direct32 with iwl_write32 when not in power save mode.
We don't have to go through grab nic access as the NIC is already awake.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-rx.c