浏览代码

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 年之前
父节点
当前提交
08eee0d8e6
共有 1 个文件被更改,包括 2 次插入2 次删除
  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