]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: Add chain_noise support for 6050
authorBen Cahill <ben.m.cahill@intel.com>
Fri, 5 Feb 2010 19:33:47 +0000 (11:33 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Feb 2010 21:50:58 +0000 (16:50 -0500)
commitfb76e6ecde5735f26c2a4be68ca0cbca758b6253
treed30c14ea35ae82a085ed31f76563ba0af8256df0
parent5584ef09d57979891a2e962d409823151fae4456
iwlwifi: Add chain_noise support for 6050

Existing iwl6050_ops->iwl6050_hcmd_utils structure had no pointers to chain
noise functions (gain_computation and chain_noise_reset).  As it turns out,
by adding chain_noise_scale (see related patch), there is no need for separate
chain noise function, so simply use iwl6000_ops->iwl5000_hcmd_utils, and
remove those for 6050.

Signed-off-by: Ben Cahill <ben.m.cahill@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-6000.c