summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/acx.h
diff options
context:
space:
mode:
authorIgal Chernobelsky <igalc@ti.com>2013-03-12 17:19:35 +0200
committerLuciano Coelho <coelho@ti.com>2013-03-25 12:33:11 +0200
commitd21553f8900f735d2caedd1c6db75dbd67e5ab9e (patch)
treef93dfbfdb0ac1a08fdef2147df9a4fbbe32e1a50 /drivers/net/wireless/ti/wlcore/acx.h
parent0c7cc7f22614f70f724c23db2b7f0d8d5b8ded69 (diff)
downloadlinux-d21553f8900f735d2caedd1c6db75dbd67e5ab9e.tar.bz2
wlcore: set max num of Rx BA sessions per chip
Maximum number of supported RX BA sessions depends on chip type. wl18xx supports 5 RX BA sessions while wl12xx supports 3. Signed-off-by: Igal Chernobelsky <igalc@ti.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/acx.h')
-rw-r--r--drivers/net/wireless/ti/wlcore/acx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ti/wlcore/acx.h b/drivers/net/wireless/ti/wlcore/acx.h
index 126536c6a393..1a61e8550b7b 100644
--- a/drivers/net/wireless/ti/wlcore/acx.h
+++ b/drivers/net/wireless/ti/wlcore/acx.h
@@ -728,8 +728,6 @@ struct wl1271_acx_ht_information {
u8 padding[2];
} __packed;
-#define RX_BA_MAX_SESSIONS 3
-
struct wl1271_acx_ba_initiator_policy {
struct acx_header header;