OSDN Git Service

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)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 17 Nov 2016 06:38:05 +0000 (08:38 +0200)
commite7ee74b56f23ba447d3124f2eccc32033cca501d
tree9e4b048515b2f50ae6821693d478bbfa74a75bbe
parent42c7372a111630dab200c2f959424f5ec3bf79a4
wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event

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>
drivers/net/wireless/ti/wl18xx/event.c
drivers/net/wireless/ti/wl18xx/event.h
drivers/net/wireless/ti/wl18xx/main.c