|
@@ -280,6 +280,7 @@ typedef void (*wlan_objmgr_peer_status_handler)(
|
|
* @WLAN_OSIF_POWER_ID: power operations in OS IF
|
|
* @WLAN_OSIF_POWER_ID: power operations in OS IF
|
|
* @WLAN_OSIF_TDLS_ID: TDLS operations in OS IF
|
|
* @WLAN_OSIF_TDLS_ID: TDLS operations in OS IF
|
|
* @WLAN_OSIF_CM_ID: Connection manager osif reference id
|
|
* @WLAN_OSIF_CM_ID: Connection manager osif reference id
|
|
|
|
+ * @WLAN_TXRX_STREAMS_ID: Preferred TX & RX streams operations
|
|
* @WLAN_REF_ID_MAX: Max id used to generate ref count tracking array
|
|
* @WLAN_REF_ID_MAX: Max id used to generate ref count tracking array
|
|
*/
|
|
*/
|
|
/* New value added to the enum must also be reflected in function
|
|
/* New value added to the enum must also be reflected in function
|
|
@@ -376,6 +377,7 @@ typedef enum {
|
|
WLAN_OSIF_POWER_ID = 86,
|
|
WLAN_OSIF_POWER_ID = 86,
|
|
WLAN_OSIF_TDLS_ID = 87,
|
|
WLAN_OSIF_TDLS_ID = 87,
|
|
WLAN_OSIF_CM_ID = 88,
|
|
WLAN_OSIF_CM_ID = 88,
|
|
|
|
+ WLAN_TXRX_STREAMS_ID = 89,
|
|
WLAN_REF_ID_MAX,
|
|
WLAN_REF_ID_MAX,
|
|
} wlan_objmgr_ref_dbgid;
|
|
} wlan_objmgr_ref_dbgid;
|
|
|
|
|
|
@@ -478,6 +480,7 @@ static inline const char *string_from_dbgid(wlan_objmgr_ref_dbgid id)
|
|
"WLAN_OSIF_POWER_ID",
|
|
"WLAN_OSIF_POWER_ID",
|
|
"WLAN_OSIF_TDLS_ID",
|
|
"WLAN_OSIF_TDLS_ID",
|
|
"WLAN_OSIF_CM_ID",
|
|
"WLAN_OSIF_CM_ID",
|
|
|
|
+ "WLAN_TXRX_STREAMS_ID",
|
|
};
|
|
};
|
|
|
|
|
|
if (id >= WLAN_REF_ID_MAX)
|
|
if (id >= WLAN_REF_ID_MAX)
|