|
@@ -9192,6 +9192,16 @@ typedef enum {
|
|
|
* 1 - Force PCIE Gen Speed and Lane Width to maximum supported value.
|
|
|
*/
|
|
|
WMI_PDEV_PARAM_PCIE_CONFIG,
|
|
|
+
|
|
|
+ /** CTS timeout - change wireless packet cts timeout configuration,
|
|
|
+ * units are microseconds
|
|
|
+ */
|
|
|
+ WMI_PDEV_PARAM_CTS_TIMEOUT,
|
|
|
+
|
|
|
+ /** Slot time - change wireless packet slot time value dynamically,
|
|
|
+ * units are microseconds
|
|
|
+ */
|
|
|
+ WMI_PDEV_PARAM_SLOT_TIME,
|
|
|
} WMI_PDEV_PARAM;
|
|
|
|
|
|
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
|