From: Sunil Dutt Date: Wed, 24 May 2017 09:16:15 +0000 (+0530) Subject: Add Set Wi-Fi Configuration vendor attribute to configure LRO X-Git-Tag: hostap_2_7~1255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=528b655788be7f77c3d949964535938c1321a1f9;p=thirdparty%2Fhostap.git Add Set Wi-Fi Configuration vendor attribute to configure LRO This can be used to dynamically enable/disable LRO. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 1941efc6e..6e46cad26 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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,