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
This commit is contained in:

committed by
Satish Singh

parent
25c5b6cadc
commit
b9a932bcbf
@@ -1171,7 +1171,7 @@ typedef struct sSirSmeWmStatusChangeNtf {
|
|||||||
uint16_t length;
|
uint16_t length;
|
||||||
uint8_t sessionId; /* Session ID */
|
uint8_t sessionId; /* Session ID */
|
||||||
tSirSmeStatusChangeCode statusChangeCode;
|
tSirSmeStatusChangeCode statusChangeCode;
|
||||||
tSirMacAddr bssId; /* Self BSSID */
|
struct cdf_mac_addr bssid; /* Self BSSID */
|
||||||
union {
|
union {
|
||||||
uint16_t deAuthReasonCode; /* eSIR_SME_DEAUTH_FROM_PEER */
|
uint16_t deAuthReasonCode; /* eSIR_SME_DEAUTH_FROM_PEER */
|
||||||
/* eSIR_SME_DISASSOC_FROM_PEER */
|
/* eSIR_SME_DISASSOC_FROM_PEER */
|
||||||
|
Reference in New Issue
Block a user