]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event
authorMaxim Altshul <maxim.altshul@ti.com>
Sun, 21 Aug 2016 11:24:25 +0000 (14:24 +0300)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Tue, 20 Jun 2017 10:17:42 +0000 (12:17 +0200)
commit438c7e339695184367e246471e78e84331dbbbe7
treeed6433d74648c59aff013a4c2325c8e6cb385b79
parentd40d392bdd10c461615887acaf765c96dc28a559
wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event

BugLink: http://bugs.launchpad.net/bugs/1692900
commit e7ee74b56f23ba447d3124f2eccc32033cca501d upstream.

This event is used by the Firmware to limit the RX BA win size
for a specific link.

The event handler updates the new size in the mac's sta->sta struct.

BA sessions opened for that link will use the new restricted
win_size. This limitation remains until a new update is received or
until the link is closed.

Signed-off-by: Maxim Altshul <maxim.altshul@ti.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
[AmitP: Minor refactoring for linux-4.4.y]
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
drivers/net/wireless/ti/wl18xx/event.c
drivers/net/wireless/ti/wl18xx/event.h
drivers/net/wireless/ti/wl18xx/main.c