]> asedeno.scripts.mit.edu Git - linux.git/commit
wil6210: Add support for setting RBUFCAP configuration
authorAlexei Avshalom Lazar <ailizaro@codeaurora.org>
Sun, 16 Jun 2019 07:26:00 +0000 (10:26 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 27 Jun 2019 17:50:01 +0000 (20:50 +0300)
commitc5b3a6582b1e9fad0fb0b8658855387c0cbcc576
tree0d2897d3e59982fe1c9a5d3ac0b8b3a374ff07f0
parent96b77bb044706317d4955129e3ce2580ffb97b82
wil6210: Add support for setting RBUFCAP configuration

RBUFCAP support added in FW.
The RBUFCAP feature is amendment to the block ack mechanism to
prevent overloading of the recipient’s memory space, which may
happen in case the link speed is higher than STA’s capability
to process or consume incoming data.
The block ack policy (ba_policy) is now controlled by FW so driver
should ignore this field.
Add new debugfs "rbufcap" to configure RBUFCAP.

Signed-off-by: Alexei Avshalom Lazar <ailizaro@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wil6210/debugfs.c
drivers/net/wireless/ath/wil6210/rx_reorder.c
drivers/net/wireless/ath/wil6210/wil6210.h
drivers/net/wireless/ath/wil6210/wmi.c