|
@@ -295,7 +295,6 @@ struct iwl_pwr_tx_backoff {
|
|
* @high_temp: Is this NIC is designated to be in high temperature.
|
|
* @high_temp: Is this NIC is designated to be in high temperature.
|
|
* @host_interrupt_operation_mode: device needs host interrupt operation
|
|
* @host_interrupt_operation_mode: device needs host interrupt operation
|
|
* mode set
|
|
* mode set
|
|
- * @d0i3: device uses d0i3 instead of d3
|
|
|
|
* @nvm_hw_section_num: the ID of the HW NVM section
|
|
* @nvm_hw_section_num: the ID of the HW NVM section
|
|
* @features: hw features, any combination of feature_whitelist
|
|
* @features: hw features, any combination of feature_whitelist
|
|
* @pwr_tx_backoffs: translation table between power limits and backoffs
|
|
* @pwr_tx_backoffs: translation table between power limits and backoffs
|
|
@@ -342,7 +341,6 @@ struct iwl_cfg {
|
|
const bool internal_wimax_coex;
|
|
const bool internal_wimax_coex;
|
|
const bool host_interrupt_operation_mode;
|
|
const bool host_interrupt_operation_mode;
|
|
bool high_temp;
|
|
bool high_temp;
|
|
- bool d0i3;
|
|
|
|
u8 nvm_hw_section_num;
|
|
u8 nvm_hw_section_num;
|
|
bool lp_xtal_workaround;
|
|
bool lp_xtal_workaround;
|
|
const struct iwl_pwr_tx_backoff *pwr_tx_backoffs;
|
|
const struct iwl_pwr_tx_backoff *pwr_tx_backoffs;
|