]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: remove extra error msg on sensitivity calibration
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Mon, 14 Dec 2009 22:12:21 +0000 (14:12 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 21 Dec 2009 23:56:20 +0000 (18:56 -0500)
commit400d1eb9657afd8a293838741facccb5028b8e87
tree21aebc3f18aa8612e2684c0e56ff585500309f92
parent570b6072bfb65b41c02ea4ae3bcbe046fcb58ff7
iwlwifi: remove extra error msg on sensitivity calibration

Do not need to log error when fail the sensitivity command, driver will send
sensitivity write command to uCode after each sensitivity calibration if
station is associated with AP. It is a normal case when user unload the module
or shutdown the system while still associated with the AP, since uCode already
on the way down, it will not reply the sensitivity write request; report
error in this case will give misleading information, remove the error checking
here to provide a clean shutdown if no other error detected.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-calib.c