diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-05-08 07:09:08 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-05-16 16:39:41 -0400 |
commit | 4325f6caad98c075b39f0eaaac6693a0dd43f646 (patch) | |
tree | fe0b8cf54b924d0206db99fca8966ff1f601325e /drivers/net/wireless/iwlegacy | |
parent | 04a161f4609dfa387313456fa7ea469fff12cc0d (diff) |
wireless: move crypto constants to ieee80211.h
mac80211 and the Intel drivers all define crypto
constants, move them to ieee80211.h instead.
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy')
-rw-r--r-- | drivers/net/wireless/iwlegacy/commands.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/iwlegacy/commands.h b/drivers/net/wireless/iwlegacy/commands.h index 3b6c99400892..048421511988 100644 --- a/drivers/net/wireless/iwlegacy/commands.h +++ b/drivers/net/wireless/iwlegacy/commands.h | |||
@@ -1348,14 +1348,6 @@ struct il_rx_mpdu_res_start { | |||
1348 | #define TX_CMD_SEC_KEY128 0x08 | 1348 | #define TX_CMD_SEC_KEY128 0x08 |
1349 | 1349 | ||
1350 | /* | 1350 | /* |
1351 | * security overhead sizes | ||
1352 | */ | ||
1353 | #define WEP_IV_LEN 4 | ||
1354 | #define WEP_ICV_LEN 4 | ||
1355 | #define CCMP_MIC_LEN 8 | ||
1356 | #define TKIP_ICV_LEN 4 | ||
1357 | |||
1358 | /* | ||
1359 | * C_TX = 0x1c (command) | 1351 | * C_TX = 0x1c (command) |
1360 | */ | 1352 | */ |
1361 | 1353 | ||