qcacmn: Add attribute for propagation absolute delay

qcacld-2.0 to qcacld-3.0 propagation

A new 32-bit NL80211 vendor attribute is added to configure propagation
absolute delay for 2G/5G band (unit in us).

Change-Id: I2aecaa8b007c67fa2843ad3922857f923f9b8294
CRs-Fixed: 2034282
This commit is contained in:
Zhang Qian
2017-04-17 13:04:33 +08:00
committed by Sandeep Puligilla
szülő c8039e3fa4
commit b83f9e70ea

Fájl megtekintése

@@ -2312,6 +2312,9 @@ enum qca_ignore_assoc_disallowed {
* to turn off/on qpower
* @QCA_WLAN_VENDOR_ATTR_CONFIG_IGNORE_ASSOC_DISALLOWED:
* Ignore Assoc Disallowed[MBO]
* @QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_ABS_DELAY:
* 32-bit unsigned value to configure the propagation absolute
* delay for 2G/5G band (units in us)
* @QCA_WLAN_VENDOR_ATTR_CONFIG_LAST: last config
* @QCA_WLAN_VENDOR_ATTR_CONFIG_MAX: max config
*/
@@ -2401,6 +2404,8 @@ enum qca_wlan_vendor_config {
/* Unsigned 8-bit, for setting qpower dynamically */
QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER = 25,
QCA_WLAN_VENDOR_ATTR_CONFIG_IGNORE_ASSOC_DISALLOWED = 26,
QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_ABS_DELAY = 40,
/* keep last */
QCA_WLAN_VENDOR_ATTR_CONFIG_LAST,
QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =