diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 9fcaaf0cfe93..ea81ced13756 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -1471,7 +1471,7 @@ struct iwl_priv { | |||
1471 | 1471 | ||
1472 | /* bt coex */ | 1472 | /* bt coex */ |
1473 | u8 bt_status; | 1473 | u8 bt_status; |
1474 | u8 bt_traffic_load, notif_bt_traffic_load; | 1474 | u8 bt_traffic_load, last_bt_traffic_load; |
1475 | bool bt_ch_announce; | 1475 | bool bt_ch_announce; |
1476 | bool bt_sco_active; | 1476 | bool bt_sco_active; |
1477 | bool bt_full_concurrent; | 1477 | bool bt_full_concurrent; |
@@ -1482,7 +1482,6 @@ struct iwl_priv { | |||
1482 | u16 bt_on_thresh; | 1482 | u16 bt_on_thresh; |
1483 | u16 bt_duration; | 1483 | u16 bt_duration; |
1484 | u16 dynamic_frag_thresh; | 1484 | u16 dynamic_frag_thresh; |
1485 | u16 dynamic_agg_thresh; | ||
1486 | u8 bt_ci_compliance; | 1485 | u8 bt_ci_compliance; |
1487 | struct work_struct bt_traffic_change_work; | 1486 | struct work_struct bt_traffic_change_work; |
1488 | 1487 | ||