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
Tento commit je obsažen v:
@@ -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
|
||||
* 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 */
|
||||
};
|
||||
#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] = {
|
||||
#define ENUM_CMAC 0
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele