|
@@ -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 =
|