summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wl18xx/event.h
diff options
context:
space:
mode:
authorMaxim Altshul <maxim.altshul@ti.com>2016-08-21 14:24:25 +0300
committerKalle Valo <kvalo@codeaurora.org>2016-11-17 09:38:05 +0300
commite7ee74b56f23ba447d3124f2eccc32033cca501d (patch)
tree9e4b048515b2f50ae6821693d478bbfa74a75bbe /drivers/net/wireless/ti/wl18xx/event.h
parent42c7372a111630dab200c2f959424f5ec3bf79a4 (diff)
downloadlinux-e7ee74b56f23ba447d3124f2eccc32033cca501d.tar.xz
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>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/event.h')
-rw-r--r--drivers/net/wireless/ti/wl18xx/event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/event.h b/drivers/net/wireless/ti/wl18xx/event.h
index ce8ea9c04052..4af297fbb529 100644
--- a/drivers/net/wireless/ti/wl18xx/event.h
+++ b/drivers/net/wireless/ti/wl18xx/event.h
@@ -38,6 +38,7 @@ enum {
REMAIN_ON_CHANNEL_COMPLETE_EVENT_ID = BIT(18),
DFS_CHANNELS_CONFIG_COMPLETE_EVENT = BIT(19),
PERIODIC_SCAN_REPORT_EVENT_ID = BIT(20),
+ RX_BA_WIN_SIZE_CHANGE_EVENT_ID = BIT(21),
SMART_CONFIG_SYNC_EVENT_ID = BIT(22),
SMART_CONFIG_DECODE_EVENT_ID = BIT(23),
TIME_SYNC_EVENT_ID = BIT(24),