diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
| -rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 64 | 
1 files changed, 0 insertions, 64 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index a1a5c1b2309..0edba8a6419 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h @@ -2535,53 +2535,6 @@ struct rate_histogram {  /* statistics command response */ -struct iwl39_statistics_rx_phy { -	__le32 ina_cnt; -	__le32 fina_cnt; -	__le32 plcp_err; -	__le32 crc32_err; -	__le32 overrun_err; -	__le32 early_overrun_err; -	__le32 crc32_good; -	__le32 false_alarm_cnt; -	__le32 fina_sync_err_cnt; -	__le32 sfd_timeout; -	__le32 fina_timeout; -	__le32 unresponded_rts; -	__le32 rxe_frame_limit_overrun; -	__le32 sent_ack_cnt; -	__le32 sent_cts_cnt; -} __packed; - -struct iwl39_statistics_rx_non_phy { -	__le32 bogus_cts;	/* CTS received when not expecting CTS */ -	__le32 bogus_ack;	/* ACK received when not expecting ACK */ -	__le32 non_bssid_frames;	/* number of frames with BSSID that -					 * doesn't belong to the STA BSSID */ -	__le32 filtered_frames;	/* count frames that were dumped in the -				 * filtering process */ -	__le32 non_channel_beacons;	/* beacons with our bss id but not on -					 * our serving channel */ -} __packed; - -struct iwl39_statistics_rx { -	struct iwl39_statistics_rx_phy ofdm; -	struct iwl39_statistics_rx_phy cck; -	struct iwl39_statistics_rx_non_phy general; -} __packed; - -struct iwl39_statistics_tx { -	__le32 preamble_cnt; -	__le32 rx_detected_cnt; -	__le32 bt_prio_defer_cnt; -	__le32 bt_prio_kill_cnt; -	__le32 few_bytes_cnt; -	__le32 cts_timeout; -	__le32 ack_timeout; -	__le32 expected_ack_cnt; -	__le32 actual_ack_cnt; -} __packed; -  struct statistics_dbg {  	__le32 burst_check;  	__le32 burst_count; @@ -2589,23 +2542,6 @@ struct statistics_dbg {  	__le32 reserved[3];  } __packed; -struct iwl39_statistics_div { -	__le32 tx_on_a; -	__le32 tx_on_b; -	__le32 exec_time; -	__le32 probe_time; -} __packed; - -struct iwl39_statistics_general { -	__le32 temperature; -	struct statistics_dbg dbg; -	__le32 sleep_time; -	__le32 slots_out; -	__le32 slots_idle; -	__le32 ttl_timestamp; -	struct iwl39_statistics_div div; -} __packed; -  struct statistics_rx_phy {  	__le32 ina_cnt;  	__le32 fina_cnt;  |