|
@@ -18843,6 +18843,7 @@ typedef enum wmi_hw_mode_config_type {
|
|
|
WMI_HW_MODE_DBS_SBS = 4, /* 3 PHYs, with 2 on the same band doing SBS
|
|
|
* as in WMI_HW_MODE_SBS, and 3rd on the other band
|
|
|
*/
|
|
|
+ WMI_HW_MODE_DBS_OR_SBS = 5, /* One PHY is on 5G and the other PHY can be in 2G or 5G. */
|
|
|
} WMI_HW_MODE_CONFIG_TYPE;
|
|
|
|
|
|
#define WMI_SUPPORT_11B_GET(flags) WMI_GET_BITS(flags, 0, 1)
|