qcacld-3.0: Remove transactionId from pe_session
The transactionId in struct pe_session is unused, so remove it. Change-Id: I41e603b9e2a5b4aa29df1e84046004c982425efb CRs-Fixed: 2406620
This commit is contained in:
@@ -126,7 +126,6 @@ struct pe_session {
|
||||
uint8_t vdev_id;
|
||||
};
|
||||
struct wlan_objmgr_vdev *vdev;
|
||||
uint16_t transactionId;
|
||||
|
||||
/* In AP role: BSSID and selfMacAddr will be the same. */
|
||||
/* In STA role: they will be different */
|
||||
|
@@ -544,7 +544,6 @@ void lim_fill_ft_session(struct mac_context *mac,
|
||||
/* Fields to be filled later */
|
||||
ft_session->pLimJoinReq = NULL;
|
||||
ft_session->smeSessionId = pe_session->smeSessionId;
|
||||
ft_session->transactionId = 0;
|
||||
|
||||
lim_extract_ap_capabilities(mac, (uint8_t *) pbssDescription->ieFields,
|
||||
lim_get_ielen_from_bss_description(pbssDescription),
|
||||
|
Reference in New Issue
Block a user