diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-04-23 20:15:00 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 15:02:19 -0400 |
commit | 3195cdb7424b4207f6903f1f3ddadcab49fa22f2 (patch) | |
tree | 822ca66dffcca536c3fa924c54d700eca84f4e07 /drivers/net/wireless/iwlwifi/iwl-4965-commands.h | |
parent | aade00cee60d8a2b1682b6804664049d7a369ac2 (diff) |
iwlwifi: reorganize TX RX constatns
This patch moves TX/RX constants in 4969 headers
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965-commands.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965-commands.h b/drivers/net/wireless/iwlwifi/iwl-4965-commands.h index 7ffae05a930e..6b2d6bfec1e5 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965-commands.h | |||
@@ -1101,6 +1101,14 @@ struct iwl4965_rx_mpdu_res_start { | |||
1101 | #define TX_CMD_SEC_KEY128 0x08 | 1101 | #define TX_CMD_SEC_KEY128 0x08 |
1102 | 1102 | ||
1103 | /* | 1103 | /* |
1104 | * security overhead sizes | ||
1105 | */ | ||
1106 | #define WEP_IV_LEN 4 | ||
1107 | #define WEP_ICV_LEN 4 | ||
1108 | #define CCMP_MIC_LEN 8 | ||
1109 | #define TKIP_ICV_LEN 4 | ||
1110 | |||
1111 | /* | ||
1104 | * 4965 uCode updates these Tx attempt count values in host DRAM. | 1112 | * 4965 uCode updates these Tx attempt count values in host DRAM. |
1105 | * Used for managing Tx retries when expecting block-acks. | 1113 | * Used for managing Tx retries when expecting block-acks. |
1106 | * Driver should set these fields to 0. | 1114 | * Driver should set these fields to 0. |