commit | 42c7372a111630dab200c2f959424f5ec3bf79a4 | [log] [tgz] |
---|---|---|
author | Maxim Altshul <maxim.altshul@ti.com> | Sun Aug 21 14:24:24 2016 +0300 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Nov 17 08:38:04 2016 +0200 |
tree | 5ff8e2d1982ef507455bb24058e912c9bac62100 | |
parent | 9afdd6128c39f42398041bb2e017d8df0dcebcd1 [diff] |
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>