qcacld-3.0: Remove unused csr_wme_*_oui arrays
Arrays csr_wme_info_oui and csr_wme_parm_oui are unused, so remove them. Change-Id: Idb9c17d7b9b983fa38fc1178684e996382c95c66 CRs-Fixed: 2375434
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2011-2019 The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -143,8 +143,6 @@ uint8_t csr_wapi_oui[][CSR_WAPI_OUI_SIZE] = {
|
|||||||
{0x00, 0x14, 0x72, 0x02} /* WAI PSK */
|
{0x00, 0x14, 0x72, 0x02} /* WAI PSK */
|
||||||
};
|
};
|
||||||
#endif /* FEATURE_WLAN_WAPI */
|
#endif /* FEATURE_WLAN_WAPI */
|
||||||
uint8_t csr_wme_info_oui[CSR_WME_OUI_SIZE] = { 0x00, 0x50, 0xf2, 0x02 };
|
|
||||||
uint8_t csr_wme_parm_oui[CSR_WME_OUI_SIZE] = { 0x00, 0x50, 0xf2, 0x02 };
|
|
||||||
|
|
||||||
uint8_t csr_group_mgmt_oui[][CSR_RSN_OUI_SIZE] = {
|
uint8_t csr_group_mgmt_oui[][CSR_RSN_OUI_SIZE] = {
|
||||||
#define ENUM_CMAC 0
|
#define ENUM_CMAC 0
|
||||||
|
Reference in New Issue
Block a user