qcacmn: Add mlo_mcast cb_ftype
Add mlo_mcast cb_ftype in the cb_ftype enum Change-Id: I857da8952af500eca9a8e04555937085b3c3cfb2 CRs-Fixed: 3354564
Dieser Commit ist enthalten in:

committet von
Madan Koyyalamudi

Ursprung
66fd581109
Commit
a04069265f
@@ -1034,6 +1034,7 @@ enum qdf_reception_type {
|
||||
* @CB_FTYPE_MESH_TX_INFO - Mesh Tx information
|
||||
* @CB_FTYPE_DMS - Directed Multicast Service
|
||||
* @CB_FTYPE_SAWF - SAWF information
|
||||
* @CB_FTYPE_MLO_MCAST - MLO MCAST enable information
|
||||
*/
|
||||
enum cb_ftype {
|
||||
CB_FTYPE_INVALID = 0,
|
||||
@@ -1047,6 +1048,7 @@ enum cb_ftype {
|
||||
CB_FTYPE_MESH_TX_INFO = 8,
|
||||
CB_FTYPE_DMS = 9,
|
||||
CB_FTYPE_SAWF = 10,
|
||||
CB_FTYPE_MLO_MCAST = 11,
|
||||
};
|
||||
|
||||
/**
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren