qcacld-3.0: Remove ownSsid from struct sap_context
The ownSsid and ownSsidLen fields in struct sap_context are unused, so remove them. Change-Id: I405f0c7c47e163a962bc3db19d88d5b69ca95ac7 CRs-Fixed: 2374274
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -142,10 +142,6 @@ struct sap_context {
|
||||
/* Include the associations MAC addresses */
|
||||
uint8_t self_mac_addr[CDS_MAC_ADDRESS_LEN];
|
||||
|
||||
/* Own SSID */
|
||||
uint8_t ownSsid[MAX_SSID_LEN];
|
||||
uint32_t ownSsidLen;
|
||||
|
||||
/* Flag for signaling if security is enabled */
|
||||
uint8_t ucSecEnabled;
|
||||
|
||||
|
Reference in New Issue
Block a user