iwl3945: use iwl_hw_params in iwl3945_priv
The patch makes changed necessary to use iwl_hw_params to replace iwl3945_driver_hw_info. Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
cc2f362c36
commit
3832ec9dc9
@ -611,6 +611,9 @@ 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;
|
||||
};
|
||||
|
||||
|
||||
@ -1010,6 +1013,10 @@ struct iwl_priv {
|
||||
u16 beacon_int;
|
||||
struct ieee80211_vif *vif;
|
||||
|
||||
/*Added for 3945 */
|
||||
void *shared_virt;
|
||||
dma_addr_t shared_phys;
|
||||
/*End*/
|
||||
struct iwl_hw_params hw_params;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user