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:
Srinivas Girigowda
2015-11-18 21:31:17 -08:00
committed by Satish Singh
parent 37eeeb06c8
commit 9d6a6db43f

View File

@@ -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 {