Quellcode durchsuchen

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 vor 6 Jahren
Ursprung
Commit
08eee0d8e6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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