commit | f43084498b42c11054a8218b445ff6491c35bcdc | [log] [tgz] |
---|---|---|
author | Shanyu Zhao <shanyu.zhao@intel.com> | Tue May 11 15:25:03 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Sat Jun 05 23:15:07 2010 -0700 |
tree | decf787bb17dc50d66db9c9be4fe92215aa52472 | |
parent | 86cc652dfe57f365533cf2e64e08ff37a510d42e [diff] |
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>