]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: do not clear data after chain noise calib
authorShanyu Zhao <shanyu.zhao@intel.com>
Tue, 11 May 2010 22:25:03 +0000 (15:25 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Sun, 6 Jun 2010 06:15:07 +0000 (23:15 -0700)
commit8adc8adb266b81ca41f7ede3d550d7a979febfc1
treedecf787bb17dc50d66db9c9be4fe92215aa52472
parent2c49a1a49ce3eb12e5cdb8cf581383d033aa4dfe
iwlwifi: do not clear data after chain noise calib

Chain noise calibration data are cleared after the calibration is done
in iwlagn_gain_computation() and iwl4965_gain_computation(). This cause
the debugfs entries for those data useless. To provide valid debugging
info, clear those data right before starting the calibration instead.

Signed-off-by: Shanyu Zhao <shanyu.zhao@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
drivers/net/wireless/iwlwifi/iwl-4965.c
drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c