From: Zhang Qian Date: Fri, 10 Mar 2017 13:12:49 +0000 (+0800) Subject: Add vendor attribute to config propagation delay's absolute value X-Git-Tag: hostap_2_7~1437 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4ae5f04dcd77c6bf3d927e241c6fa7c10339a00;p=thirdparty%2Fhostap.git Add vendor attribute to config propagation delay's absolute value QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_ABS_DELAY is added to set propagation delay's absolute value. This is a more detailed version of QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_DELAY. Signed-off-by: Zhang Qian --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index acce68a2d..a97384b15 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -1159,6 +1159,9 @@ enum qca_wlan_vendor_attr_config { * MHz or higher bandwidth. Set to NL80211_CHAN_WIDTH_20_NOHT to * clear this constraint. */ QCA_WLAN_VENDOR_ATTR_CONFIG_SUB20_CHAN_WIDTH = 39, + /* 32-bit unsigned value to configure the propagation absolute delay + * for 2G/5G band (units in us) */ + QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_ABS_DELAY = 40, /* keep last */ QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,