aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/dvm/dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/dvm/dev.h')
-rw-r--r--drivers/net/wireless/iwlwifi/dvm/dev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/dvm/dev.h b/drivers/net/wireless/iwlwifi/dvm/dev.h
index 4620b657948a..54cf085ddc89 100644
--- a/drivers/net/wireless/iwlwifi/dvm/dev.h
+++ b/drivers/net/wireless/iwlwifi/dvm/dev.h
@@ -568,7 +568,6 @@ enum iwl_scan_type {
568 * 568 *
569 * @tx_chains_num: Number of TX chains 569 * @tx_chains_num: Number of TX chains
570 * @rx_chains_num: Number of RX chains 570 * @rx_chains_num: Number of RX chains
571 * @sku: sku read from EEPROM
572 * @ct_kill_threshold: temperature threshold - in hw dependent unit 571 * @ct_kill_threshold: temperature threshold - in hw dependent unit
573 * @ct_kill_exit_threshold: when to reeable the device - in hw dependent unit 572 * @ct_kill_exit_threshold: when to reeable the device - in hw dependent unit
574 * relevant for 1000, 6000 and up 573 * relevant for 1000, 6000 and up
@@ -579,7 +578,6 @@ struct iwl_hw_params {
579 u8 tx_chains_num; 578 u8 tx_chains_num;
580 u8 rx_chains_num; 579 u8 rx_chains_num;
581 bool use_rts_for_aggregation; 580 bool use_rts_for_aggregation;
582 u16 sku;
583 u32 ct_kill_threshold; 581 u32 ct_kill_threshold;
584 u32 ct_kill_exit_threshold; 582 u32 ct_kill_exit_threshold;
585 583