diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index f3f3473c5c7e..858a548330a5 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -1220,13 +1220,6 @@ struct iwl_priv { | |||
1220 | struct iwl_power_mgr power_data; | 1220 | struct iwl_power_mgr power_data; |
1221 | struct iwl_tt_mgmt thermal_throttle; | 1221 | struct iwl_tt_mgmt thermal_throttle; |
1222 | 1222 | ||
1223 | struct iwl_notif_statistics statistics; | ||
1224 | #ifdef CONFIG_IWLWIFI_DEBUG | ||
1225 | struct iwl_notif_statistics accum_statistics; | ||
1226 | struct iwl_notif_statistics delta_statistics; | ||
1227 | struct iwl_notif_statistics max_delta; | ||
1228 | #endif | ||
1229 | |||
1230 | /* context information */ | 1223 | /* context information */ |
1231 | u8 bssid[ETH_ALEN]; /* used only on 3945 but filled by core */ | 1224 | u8 bssid[ETH_ALEN]; /* used only on 3945 but filled by core */ |
1232 | u8 mac_addr[ETH_ALEN]; | 1225 | u8 mac_addr[ETH_ALEN]; |
@@ -1315,6 +1308,13 @@ struct iwl_priv { | |||
1315 | bool last_phy_res_valid; | 1308 | bool last_phy_res_valid; |
1316 | 1309 | ||
1317 | struct completion firmware_loading_complete; | 1310 | struct completion firmware_loading_complete; |
1311 | |||
1312 | struct iwl_notif_statistics statistics; | ||
1313 | #ifdef CONFIG_IWLWIFI_DEBUG | ||
1314 | struct iwl_notif_statistics accum_statistics; | ||
1315 | struct iwl_notif_statistics delta_statistics; | ||
1316 | struct iwl_notif_statistics max_delta; | ||
1317 | #endif | ||
1318 | } _agn; | 1318 | } _agn; |
1319 | #endif | 1319 | #endif |
1320 | }; | 1320 | }; |