]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: Pass win_size taken from ieee80211_sta to FW
authorMaxim Altshul <maxim.altshul@ti.com>
Sun, 21 Aug 2016 11:24:24 +0000 (14:24 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 17 Nov 2016 06:38:04 +0000 (08:38 +0200)
commit153e53ea9e882bc65dc1e0689cf46d2e4ff21638
tree5ff8e2d1982ef507455bb24058e912c9bac62100
parent5aac6f5ed14cc9a2fdb5c005a2bc2a8b02124725
wlcore: Pass win_size taken from ieee80211_sta to FW

When starting a new BA session, we must pass the win_size to the FW.

To do this we take max_rx_aggregation_subframes (BA RX win size)
which is stored in ieee80211_sta structure (e.g per link and not per HW)

We will use the value stored per link when passing the win_size to
firmware through the ACX_BA_SESSION_RX_SETUP command.

Signed-off-by: Maxim Altshul <maxim.altshul@ti.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ti/wlcore/acx.c
drivers/net/wireless/ti/wlcore/acx.h
drivers/net/wireless/ti/wlcore/main.c