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:
Jeff Johnson
2019-02-22 09:14:14 -08:00
committed by nshrivas
父節點 027cf889b3
當前提交 6c252a931c
共有 2 個文件被更改,包括 0 次插入2 次删除

查看文件

@@ -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),