|
@@ -9312,6 +9312,9 @@ typedef enum {
|
|
|
|
|
|
/** Parameter used for enabling/disabling RFA toggle for SAP mode */
|
|
|
WMI_PDEV_PARAM_SET_SAP_RFA_TOGGLE,
|
|
|
+
|
|
|
+ /** Parameter to set PDEV level UL OFDMA RTD */
|
|
|
+ WMI_PDEV_PARAM_UL_OFDMA_RTD,
|
|
|
} WMI_PDEV_PARAM;
|
|
|
|
|
|
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
|
|
@@ -20252,6 +20255,8 @@ typedef struct {
|
|
|
|
|
|
#define WMI_PEER_PARAM_DMS_SUPPORT 0x2A
|
|
|
|
|
|
+#define WMI_PEER_PARAM_UL_OFDMA_RTD 0x2B
|
|
|
+
|
|
|
typedef struct {
|
|
|
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_peer_set_param_cmd_fixed_param */
|
|
|
/** unique id identifying the VDEV, generated by the caller */
|
|
@@ -25609,7 +25614,7 @@ typedef struct {
|
|
|
WMI_RADAR_FLAGS_FULL_BW_NOL_BITPOS, \
|
|
|
WMI_RADAR_FLAGS_FULL_BW_NOL_NUM_BITS)
|
|
|
#define WMI_RADAR_FLAGS_FULL_BW_NOL_SET(flag, val) \
|
|
|
- WMI_GET_BITS(flag, \
|
|
|
+ WMI_SET_BITS(flag, \
|
|
|
WMI_RADAR_FLAGS_FULL_BW_NOL_BITPOS, \
|
|
|
WMI_RADAR_FLAGS_FULL_BW_NOL_NUM_BITS, val)
|
|
|
|