commit | 776f742040ca5eb6242c60f29ac73d5752a5b621 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Mon Dec 14 04:15:11 2015 -0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Dec 30 16:58:02 2015 +0200 |
tree | 305381c3b0c26fc9c748c3a96717489277e82d84 | |
parent | 76ae3e26ea4341cd18705b6f78d1dbf10bb9de35 [diff] |
mwifiex: fix AMPDU not setup on TDLS link problem Sometimes AP sends TDLS setup response as AMSDU packet. As driver doesn't parse it and update peer station's 11n capability in this case, AMPDU doesn't get setup. This patch calls mwifiex_process_tdls_action_frame() in AMSDU Rx path to fix the problem. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>