diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index b5f21e041953..ecfbef402781 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -509,6 +509,7 @@ struct iwl_station_priv { | |||
509 | atomic_t pending_frames; | 509 | atomic_t pending_frames; |
510 | bool client; | 510 | bool client; |
511 | bool asleep; | 511 | bool asleep; |
512 | u8 max_agg_bufsize; | ||
512 | }; | 513 | }; |
513 | 514 | ||
514 | /** | 515 | /** |
@@ -1503,7 +1504,6 @@ struct iwl_priv { | |||
1503 | u8 bt_status; | 1504 | u8 bt_status; |
1504 | u8 bt_traffic_load, last_bt_traffic_load; | 1505 | u8 bt_traffic_load, last_bt_traffic_load; |
1505 | bool bt_ch_announce; | 1506 | bool bt_ch_announce; |
1506 | bool bt_sco_active; | ||
1507 | bool bt_full_concurrent; | 1507 | bool bt_full_concurrent; |
1508 | bool bt_ant_couple_ok; | 1508 | bool bt_ant_couple_ok; |
1509 | __le32 kill_ack_mask; | 1509 | __le32 kill_ack_mask; |