aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-commands.h
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2008-05-15 01:54:05 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-05-21 21:47:58 -0400
commit83d527d9e8f9aff92cbd33f208f77c055dabb499 (patch)
tree30ccc021fc52fb1a32a6bba9f1691806e723059c /drivers/net/wireless/iwlwifi/iwl-commands.h
parent4f40e4d9fb8fe028db9ba2a7b4d3ac7328f73bbc (diff)
iwlwifi: remove 4956 form iwl4965_tx_cmd
This patch renames iwl4965_tx_cmd to iwl_tx_cmd and cleans collateral code. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
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;