summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/htc.h
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>2011-07-16 14:59:08 (GMT)
committerKalle Valo <kvalo@qca.qualcomm.com>2011-08-09 16:45:19 (GMT)
commit7c565b6f8c635fc22535c763e08184379b16920e (patch)
treeae7fd4a2157553b2b9af8fc152f9822d83c6c3da /drivers/net/wireless/ath/ath6kl/htc.h
parentd4df78904d12850c1c57bfffde8eff5195f3cd4d (diff)
downloadlinux-7c565b6f8c635fc22535c763e08184379b16920e.tar.xz
ath6kl: Remove useless flags in hif_scatter_req
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath6kl/htc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/htc.h b/drivers/net/wireless/ath/ath6kl/htc.h
index 16fa7a8..ff0ed6f 100644
--- a/drivers/net/wireless/ath/ath6kl/htc.h
+++ b/drivers/net/wireless/ath/ath6kl/htc.h
@@ -119,10 +119,6 @@
#define HTC_RX_PKT_PART_OF_BUNDLE (1 << 2)
#define HTC_RX_PKT_NO_RECYCLE (1 << 3)
-/* scatter request flags */
-
-#define HTC_SCAT_REQ_FLG_PART_BNDL (1 << 0)
-
#define NUM_CONTROL_BUFFERS 8
#define NUM_CONTROL_TX_BUFFERS 2
#define NUM_CONTROL_RX_BUFFERS (NUM_CONTROL_BUFFERS - NUM_CONTROL_TX_BUFFERS)