]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add Set Wi-Fi Configuration vendor attribute to configure LRO
authorSunil Dutt <usdutt@qti.qualcomm.com>
Wed, 24 May 2017 09:16:15 +0000 (14:46 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 23 Jun 2017 16:25:46 +0000 (19:25 +0300)
This can be used to dynamically enable/disable LRO.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index 1941efc6edbfd06689510e8ae6c3e3cd8f490270..6e46cad26668468c4ec56d7cc11466c7dd16ee64 100644 (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,