aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ath5k.h
diff options
context:
space:
mode:
authorBruno Randolf <br1@einfach.org>2010-09-08 03:04:59 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-09-16 15:19:45 -0400
commit781f3136ff4cdd2b33149f2295fefa21f77b1c56 (patch)
tree2752a3294c6a01ca9ade43cbdbf5388635d2dd09 /drivers/net/wireless/ath/ath5k/ath5k.h
parent117675d06ad2dd16fcf466669ba9700a8d589ea3 (diff)
ath5k: Use common crypt capabilities flags
Replace ah_aes_support and ah_combined_mic with common ath_crypt_caps ATH_CRYPT_CAP_CIPHER_AESCCM and ATH_CRYPT_CAP_MIC_COMBINED. Signed-off-by: Bruno Randolf <br1@einfach.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
-rw-r--r--drivers/net/wireless/ath/ath5k/ath5k.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h
index 932ed5613355..50209aed0ed2 100644
--- a/drivers/net/wireless/ath/ath5k/ath5k.h
+++ b/drivers/net/wireless/ath/ath5k/ath5k.h
@@ -1028,8 +1028,6 @@ struct ath5k_hw {
1028 bool ah_turbo; 1028 bool ah_turbo;
1029 bool ah_calibration; 1029 bool ah_calibration;
1030 bool ah_single_chip; 1030 bool ah_single_chip;
1031 bool ah_aes_support;
1032 bool ah_combined_mic;
1033 1031
1034 enum ath5k_version ah_version; 1032 enum ath5k_version ah_version;
1035 enum ath5k_radio ah_radio; 1033 enum ath5k_radio ah_radio;