qcacld-3.0: Remove struct hdd_roaming_info::defer_key_complete

The following patch removed all usage of the defer_key_complete member
in struct hdd_roaming_info:
    qcacld-3.0: Remove unused code for defer key
    Change-Id I8afcebf00b00bcf39ba7da999c55e5eacdf26aaa

Since it is obsolete, remove it.

Change-Id: I4ed0eeba29ed74ddc82bf2a6723d73b49a9b907f
CRs-Fixed: 3424957
这个提交包含在:
Jeff Johnson
2023-03-05 17:19:02 -08:00
提交者 Madan Koyyalamudi
父节点 accdd95c2e
当前提交 dd5dca9ea3

查看文件

@@ -607,16 +607,12 @@ struct hdd_stats {
* @peer_mac: Peer MAC address for IBSS connection
* @roam_id: Unique identifier for a roaming instance
* @roam_status: Current roam command status
* @defer_key_complete: Should key complete be deferred?
*
*/
struct hdd_roaming_info {
tSirMacAddr bssid;
tSirMacAddr peer_mac;
uint32_t roam_id;
eRoamCmdStatus roam_status;
bool defer_key_complete;
};
#ifdef FEATURE_WLAN_WAPI