Prechádzať zdrojové kódy

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 6 rokov pred
rodič
commit
08eee0d8e6
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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