|
@@ -8516,6 +8516,20 @@ typedef enum {
|
|
|
*/
|
|
|
WMI_VDEV_PARAM_RAW_IS_ENCRYPTED, /* 0x84 */
|
|
|
|
|
|
+ /**
|
|
|
+ * Dynamically enable/disable green tx (GTX) on supported rates.
|
|
|
+ * Host will set this param to 1 for enabling GTX & 0 for disabling it.
|
|
|
+ * Note: If GTX was already running (since the global GTX control
|
|
|
+ * resides with default BDF setting) & host wants to disable GTX,
|
|
|
+ * the VDEV does not exercise any more TPC changes on the GTX supported
|
|
|
+ * rates & goes to a default GTX SM where all PPDU's sent on default TPC.
|
|
|
+ * Whenever, host wants to reenable GTX, the enable command resumes the
|
|
|
+ * GTX functionality & TPC convergence to lower power levels can be
|
|
|
+ * attained as long as PER on GTX supported rates is within the pre-defined
|
|
|
+ * PER margin configured through the BDF.
|
|
|
+ */
|
|
|
+ WMI_VDEV_PARAM_GTX_ENABLE, /* 0x85 */
|
|
|
+
|
|
|
|
|
|
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
|
|
|
* The below vdev param types are used for prototyping, and are
|