Add Set Wi-Fi Configuration vendor attribute to configure LRO

This can be used to dynamically enable/disable LRO.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Sunil Dutt 2017-05-24 14:46:15 +05:30 committed by Jouni Malinen
parent 944f359e19
commit 528b655788

View file

@ -1384,6 +1384,12 @@ enum qca_wlan_vendor_attr_config {
* 1-Restrict / 0-Don't restrict offchannel operations.
*/
QCA_WLAN_VENDOR_ATTR_CONFIG_RESTRICT_OFFCHANNEL = 49,
/*
* 8 bit unsigned value to enable/disable LRO (Large Receive Offload)
* on an interface.
* 1 - Enable, 0 - Disable.
*/
QCA_WLAN_VENDOR_ATTR_CONFIG_LRO = 50,
/* keep last */
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,