Explorar el Código

qcacld-3.0: Remove struct sAniProbeRspStruct typedefs

The typedefs for struct sAniProbeRspStruct are unused. Since the Linux
coding style discourages the use of typedefs, remove these so that
they won't possibly be used in the future.

Change-Id: I71965804bd32e3413314e81447ee004e6e663e49
CRs-Fixed: 2375427
Jeff Johnson hace 6 años
padre
commit
08eee0d8e6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      core/wma/inc/wma_if.h

+ 2 - 2
core/wma/inc/wma_if.h

@@ -142,10 +142,10 @@ typedef struct sAniBeaconStruct {
  * struct sAniProbeRspStruct - probeRsp template structure
  * @macHdr: mac header for probe response
  */
-typedef struct sAniProbeRspStruct {
+struct sAniProbeRspStruct {
 	tSirMacMgmtHdr macHdr;
 	/* probeRsp body follows here */
-} qdf_packed tAniProbeRspStruct, *tpAniProbeRspStruct;
+} qdf_packed;
 
 /**
  * struct tAddStaParams - add sta related parameters