aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-commands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h
index 350af1be6e35..dd84326c97d2 100644
--- a/drivers/net/wireless/iwlwifi/iwl-commands.h
+++ b/drivers/net/wireless/iwlwifi/iwl-commands.h
@@ -1196,7 +1196,7 @@ struct iwl4965_dram_scratch {
1196/* 1196/*
1197 * REPLY_TX = 0x1c (command) 1197 * REPLY_TX = 0x1c (command)
1198 */ 1198 */
1199struct iwl4965_tx_cmd { 1199struct iwl_tx_cmd {
1200 /* 1200 /*
1201 * MPDU byte count: 1201 * MPDU byte count:
1202 * MAC header (24/26/30/32 bytes) + 2 bytes pad if 26/30 header size, 1202 * MAC header (24/26/30/32 bytes) + 2 bytes pad if 26/30 header size,
@@ -2135,7 +2135,7 @@ struct iwl4965_scan_cmd {
2135 2135
2136 /* For active scans (set to all-0s for passive scans). 2136 /* For active scans (set to all-0s for passive scans).
2137 * Does not include payload. Must specify Tx rate; no rate scaling. */ 2137 * Does not include payload. Must specify Tx rate; no rate scaling. */
2138 struct iwl4965_tx_cmd tx_cmd; 2138 struct iwl_tx_cmd tx_cmd;
2139 2139
2140 /* For directed active scans (set to all-0s otherwise) */ 2140 /* For directed active scans (set to all-0s otherwise) */
2141 struct iwl4965_ssid_ie direct_scan[PROBE_OPTION_MAX]; 2141 struct iwl4965_ssid_ie direct_scan[PROBE_OPTION_MAX];
@@ -2232,7 +2232,7 @@ struct iwl4965_beacon_notif {
2232 * REPLY_TX_BEACON = 0x91 (command, has simple generic response) 2232 * REPLY_TX_BEACON = 0x91 (command, has simple generic response)
2233 */ 2233 */
2234struct iwl4965_tx_beacon_cmd { 2234struct iwl4965_tx_beacon_cmd {
2235 struct iwl4965_tx_cmd tx; 2235 struct iwl_tx_cmd tx;
2236 __le16 tim_idx; 2236 __le16 tim_idx;
2237 u8 tim_size; 2237 u8 tim_size;
2238 u8 reserved1; 2238 u8 reserved1;