qcacld-3.0: Replace tSirMacAddr with cdf_mac_addr in sTSMStats
Replace tSirMacAddr with cdf_mac_addr in sTSMStats. Change-Id: Ib7a00874a5ad1c90ac2ab332015b136efc73cdc9 CRs-Fixed: 898864
This commit is contained in:

committed by
Satish Singh

parent
37eeeb06c8
commit
9d6a6db43f
@@ -1908,7 +1908,7 @@ typedef struct sSirMacESETSMIE {
|
|||||||
} tSirMacESETSMIE;
|
} tSirMacESETSMIE;
|
||||||
typedef struct sTSMStats {
|
typedef struct sTSMStats {
|
||||||
uint8_t tid;
|
uint8_t tid;
|
||||||
tSirMacAddr bssId;
|
struct cdf_mac_addr bssid;
|
||||||
tTrafStrmMetrics tsmMetrics;
|
tTrafStrmMetrics tsmMetrics;
|
||||||
} tTSMStats, *tpTSMStats;
|
} tTSMStats, *tpTSMStats;
|
||||||
typedef struct sEseTSMContext {
|
typedef struct sEseTSMContext {
|
||||||
|
Reference in New Issue
Block a user