diff options
author | Assaf Azulay <assaf@ti.com> | 2012-05-15 17:08:58 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 17:16:08 +0300 |
commit | 0a15d9b5896f54f4ad164fd072891019a8a8cfb2 (patch) | |
tree | 0ba176861b8048bfdb2463b428283bec5ac53154 /drivers/net/wireless/ti | |
parent | 7b052214e59450b5ed6c708903a7dd9f15f6c12d (diff) | |
download | blackbird-op-linux-0a15d9b5896f54f4ad164fd072891019a8a8cfb2.tar.gz blackbird-op-linux-0a15d9b5896f54f4ad164fd072891019a8a8cfb2.zip |
wlcore: increase number of BA sessions to 3
With the new FW (sigle role X.3.8.0.108, multi role X.5.4.0.21)
we are supporting 3 RX BA sessions, this change is to support this
new ability.
Signed-off-by: Assaf Azulay <assaf@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r-- | drivers/net/wireless/ti/wlcore/acx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/acx.h b/drivers/net/wireless/ti/wlcore/acx.h index 8b3807b879d3..46c300d4dea4 100644 --- a/drivers/net/wireless/ti/wlcore/acx.h +++ b/drivers/net/wireless/ti/wlcore/acx.h @@ -726,7 +726,7 @@ struct wl1271_acx_ht_information { u8 padding[2]; } __packed; -#define RX_BA_MAX_SESSIONS 2 +#define RX_BA_MAX_SESSIONS 3 struct wl1271_acx_ba_initiator_policy { struct acx_header header; |