qcacld-3.0: Consolidate multiple MAX_SSID_LEN to WLAN_SSID_MAX_LEN

Consolidate multiple MAX_SSID_LEN to WLAN_SSID_MAX_LEN.

Change-Id: I1764b891501c4e3371cf478c324ebcdcab319f5f
CRs-Fixed: 2419367
This commit is contained in:
Srinivas Girigowda
2019-03-19 15:33:03 -07:00
committed by nshrivas
parent 5440bddb4a
commit b8fdc643d2
17 changed files with 28 additions and 32 deletions

View File

@@ -46,7 +46,6 @@ extern "C" {
/*---------------------------------------------------------------------------
* defines and enum
*--------------------------------------------------------------------------*/
#define MAX_SSID_LEN 32
#define MAX_ACL_MAC_ADDRESS 32
#define AUTO_CHANNEL_SELECT 0
#define MAX_ASSOC_IND_IE_LEN 255
@@ -412,7 +411,7 @@ struct sap_event {
typedef struct sap_SSID {
uint8_t length;
uint8_t ssId[MAX_SSID_LEN];
uint8_t ssId[WLAN_SSID_MAX_LEN];
} qdf_packed tSap_SSID_t;
typedef struct sap_SSIDInfo {