summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorSujith Manoharan <Sujith.Manoharan@atheros.com>2011-04-20 11:01:25 +0530
committerJohn W. Linville <linville@tuxdriver.com>2011-04-25 14:50:15 -0400
commit767ad6a0a2342d42f6f03b50198418b1475e0a7b (patch)
treef3804e3099013147a4adf347419a18b208c6b1e7 /drivers/net/wireless/ath/ath9k/htc.h
parentc58ca5b5083befda31009a64abd95ae6ac315265 (diff)
downloadlinux-767ad6a0a2342d42f6f03b50198418b1475e0a7b.tar.gz
linux-767ad6a0a2342d42f6f03b50198418b1475e0a7b.tar.bz2
linux-767ad6a0a2342d42f6f03b50198418b1475e0a7b.zip
ath9k_htc: Remove unused macros and structures
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/htc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index af9082970845..55f4bb39c9ec 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -66,8 +66,6 @@ enum htc_opmode {
HTC_M_WDS = 2
};
-#define ATH9K_HTC_HDRSPACE sizeof(struct htc_frame_hdr)
-
#define ATH9K_HTC_AMPDU 1
#define ATH9K_HTC_NORMAL 2
#define ATH9K_HTC_BEACON 3
@@ -75,7 +73,6 @@ enum htc_opmode {
#define ATH9K_HTC_TX_CTSONLY 0x1
#define ATH9K_HTC_TX_RTSCTS 0x2
-#define ATH9K_HTC_TX_USE_MIN_RATE 0x100
struct tx_frame_hdr {
u8 data_type;