Skip to content

Commit

Permalink
wlcore: increase number of BA sessions to 3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Assaf Azulay authored and Luciano Coelho committed Jun 5, 2012
1 parent 7b05221 commit 0a15d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ti/wlcore/acx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0a15d9b

Please sign in to comment.