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
这个提交包含在:
@@ -1908,7 +1908,7 @@ typedef struct sSirMacESETSMIE {
|
||||
} tSirMacESETSMIE;
|
||||
typedef struct sTSMStats {
|
||||
uint8_t tid;
|
||||
tSirMacAddr bssId;
|
||||
struct cdf_mac_addr bssid;
|
||||
tTrafStrmMetrics tsmMetrics;
|
||||
} tTSMStats, *tpTSMStats;
|
||||
typedef struct sEseTSMContext {
|
||||
|
在新工单中引用
屏蔽一个用户