iwl3945: kill hw_params.tx_ant_num

This patch removes tx_ant_num for hw_params structure. It is not used.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Cette révision appartient à :
Winkler, Tomas
2009-01-08 10:19:52 -08:00
révisé par John W. Linville
Parent fa77533e2e
révision f5965955e0
2 fichiers modifiés avec 0 ajouts et 4 suppressions

Voir le fichier

@@ -595,9 +595,6 @@ struct iwl_hw_params {
u32 ct_kill_threshold; /* value in hw-dependent units */
u32 calib_init_cfg;
const struct iwl_sensitivity_ranges *sens;
/* for 3945 */
u16 tx_ant_num;
};