diff options
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. |