diff options
author | Avinash Patil <patila@marvell.com> | 2014-02-07 19:30:37 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-12 15:36:23 -0500 |
commit | daeb5bb48256d7488246d48453b2315281ce9c75 (patch) | |
tree | 0ce912edf00067073f3a23536c955f82f2835825 /drivers/net/wireless/mwifiex/main.h | |
parent | d63bf5e5e00dc025c71532e9244a96966ac8e252 (diff) |
mwifiex: AMPDU support for TDLS link
This patch adds AMPDU support for TDLS link. We have set 11n
capabilities including AMPDU parameters during ENABLE_LINK.
We set a variable in RA list to indicate this as TDLS link.
This patch uses these capabilities to know if AMPDU is allowed
on TDLS link and enables AMPDU aggregation for TX and RX reording
support for RA list for this peer.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index 3001332191a3..6d49d99045c0 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h | |||
@@ -210,6 +210,7 @@ struct mwifiex_ra_list_tbl { | |||
210 | u16 ba_pkt_count; | 210 | u16 ba_pkt_count; |
211 | u8 ba_packet_thr; | 211 | u8 ba_packet_thr; |
212 | u16 total_pkt_count; | 212 | u16 total_pkt_count; |
213 | bool tdls_link; | ||
213 | }; | 214 | }; |
214 | 215 | ||
215 | struct mwifiex_tid_tbl { | 216 | struct mwifiex_tid_tbl { |