|
@@ -4957,6 +4957,13 @@ typedef enum {
|
|
|
* rate will be used instead.
|
|
|
*/
|
|
|
WMI_PDEV_PARAM_CCK_TX_ENABLE, /* 0x9e */
|
|
|
+ /*
|
|
|
+ * Set the user-specified antenna gain, but in 0.5 dB units.
|
|
|
+ * This is a finer-granularity version of WMI_PDEV_PARAM_ANTENNA_GAIN.
|
|
|
+ * E.g. to set a gain of 15.5 dB, a value of 31 could be provided as the
|
|
|
+ * value accompanying the PDEV_PARAM_ANTENNA_GAIN_HALF_DB parameter type.
|
|
|
+ */
|
|
|
+ WMI_PDEV_PARAM_ANTENNA_GAIN_HALF_DB, /* 0x9f */
|
|
|
} WMI_PDEV_PARAM;
|
|
|
|
|
|
typedef struct {
|