Ver código fonte

qcacld-3.0: Remove tLimMlmOemDataReq & tLimMlmOemDataRsp

Changes I151fa771544e9f74b1b69b18d689176752760621 ("qcacld-3.0: Remove
oem data request passing over multiple layers") and
I95078c985c5034d9d530ad542ace129309d79886 ("qcacld-3.0: Remove global
oem data request/response buffer") removed all usage of typedefs
tLimMlmOemDataReq & tLimMlmOemDataRsp. Since they are obsolete, remove
them.

Change-Id: If387f77177cfececc04f4c8ccc64efbc80505431
CRs-Fixed: 2378321
Jeff Johnson 6 anos atrás
pai
commit
a642b582c7
1 arquivos alterados com 0 adições e 16 exclusões
  1. 0 16
      core/mac/src/pe/include/lim_global.h

+ 0 - 16
core/mac/src/pe/include/lim_global.h

@@ -184,22 +184,6 @@ typedef struct sLimMlmJoinReq {
 	 */
 } tLimMlmJoinReq, *tpLimMlmJoinReq;
 
-#ifdef FEATURE_OEM_DATA_SUPPORT
-
-/* OEM Data related structure definitions */
-typedef struct sLimMlmOemDataReq {
-	struct qdf_mac_addr selfMacAddr;
-	uint32_t data_len;
-	uint8_t *data;
-} tLimMlmOemDataReq, *tpLimMlmOemDataReq;
-
-typedef struct sLimMlmOemDataRsp {
-	bool target_rsp;
-	uint32_t rsp_len;
-	uint8_t *oem_data_rsp;
-} tLimMlmOemDataRsp, *tpLimMlmOemDataRsp;
-#endif
-
 /* Pre-authentication structure definition */
 typedef struct tLimPreAuthNode {
 	struct tLimPreAuthNode *next;