|
@@ -179,7 +179,6 @@ struct iwl_mod_params {
|
|
|
* @ct_kill_exit_threshold: when to reeable the device - in hw dependent unit
|
|
|
* relevant for 1000, 6000 and up
|
|
|
* @wd_timeout: TX queues watchdog timeout
|
|
|
- * @calib_rt_cfg: setup runtime calibrations for the hw
|
|
|
* @struct iwl_sensitivity_ranges: range of sensitivity values
|
|
|
*/
|
|
|
struct iwl_hw_params {
|
|
@@ -199,7 +198,6 @@ struct iwl_hw_params {
|
|
|
u32 ct_kill_exit_threshold;
|
|
|
unsigned int wd_timeout;
|
|
|
|
|
|
- u32 calib_rt_cfg;
|
|
|
const struct iwl_sensitivity_ranges *sens;
|
|
|
};
|
|
|
|