瀏覽代碼

qcacld-3.0: Replace tSirMacAddr with cdf_mac_addr in sSirSmeWmStatusChangeNtf

Replace tSirMacAddr with cdf_mac_addr in sSirSmeWmStatusChangeNtf.

Change-Id: I13de201aa76556db36f256066482104d2ffb34ef
CRs-Fixed: 898864
Srinivas Girigowda 9 年之前
父節點
當前提交
b9a932bcbf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/mac/inc/sir_api.h

+ 1 - 1
core/mac/inc/sir_api.h

@@ -1171,7 +1171,7 @@ typedef struct sSirSmeWmStatusChangeNtf {
 	uint16_t length;
 	uint8_t sessionId;      /* Session ID */
 	tSirSmeStatusChangeCode statusChangeCode;
-	tSirMacAddr bssId;      /* Self BSSID */
+	struct cdf_mac_addr bssid;      /* Self BSSID */
 	union {
 		uint16_t deAuthReasonCode;      /* eSIR_SME_DEAUTH_FROM_PEER */
 		/* eSIR_SME_DISASSOC_FROM_PEER */