Loading fw/wmi_unified.h +9 −0 Original line number Diff line number Diff line Loading @@ -3940,6 +3940,12 @@ typedef struct { /* Total number of "real" max_active_vdevs that FW supports. */ A_UINT32 num_max_active_vdevs; /** max_num_ml_peers: * Number of ml_peers for a SOC; used by Host to derive * max number of peers in the system */ A_UINT32 max_num_ml_peers; /* * This fixed_param TLV is followed by these additional TLVs: * mac_addr_list[num_extra_mac_addr]; Loading Loading @@ -46225,6 +46231,9 @@ typedef struct { A_UINT32 mld_group_id; /** pdev_id for identifying the MAC, See macros starting with WMI_PDEV_ID_ for values. */ A_UINT32 pdev_id; A_UINT32 max_num_ml_peers; /* * Followed by TLVs: * A_UINT32 hw_link_ids[]; fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1523 #define __WMI_REVISION_ 1524 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +9 −0 Original line number Diff line number Diff line Loading @@ -3940,6 +3940,12 @@ typedef struct { /* Total number of "real" max_active_vdevs that FW supports. */ A_UINT32 num_max_active_vdevs; /** max_num_ml_peers: * Number of ml_peers for a SOC; used by Host to derive * max number of peers in the system */ A_UINT32 max_num_ml_peers; /* * This fixed_param TLV is followed by these additional TLVs: * mac_addr_list[num_extra_mac_addr]; Loading Loading @@ -46225,6 +46231,9 @@ typedef struct { A_UINT32 mld_group_id; /** pdev_id for identifying the MAC, See macros starting with WMI_PDEV_ID_ for values. */ A_UINT32 pdev_id; A_UINT32 max_num_ml_peers; /* * Followed by TLVs: * A_UINT32 hw_link_ids[];
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1523 #define __WMI_REVISION_ 1524 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading