Parcourir la source

qcacld-3.0: Update dot11f.* files

Some functions under dot11f.* files are local and not
referenced by other files.

Add static keywords to the following function and update
the dot11f.* files.

dot11f_unpack_tlv_common_func
dot11f_unpack_tlv_common_func2
dot11f_unpack_ff_common_func
dot11f_unpack_ie_common_func

Change-Id: Icc15b0570fe2ff900a16a83a4ce2a6a558c4e70b
CRs-Fixed: 1075288
Ankit Gupta il y a 8 ans
Parent
commit
f42c3c221e
2 fichiers modifiés avec 14 ajouts et 14 suppressions
  1. 5 5
      core/mac/src/include/dot11f.h
  2. 9 9
      core/mac/src/sys/legacy/src/utils/src/dot11f.c

+ 5 - 5
core/mac/src/include/dot11f.h

@@ -35,7 +35,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Mon Oct  3 12:40:25 2016 from the following file(s):
+ * Thu Oct  6 17:32:00 2016 from the following file(s):
  *
  * dot11f.frms
  *
@@ -3780,8 +3780,8 @@ uint32_t dot11f_get_packed_ie_ChanSwitchAnn(
 
 /* EID 196 (0xc4) */
 typedef struct sDot11fIEChannelSwitchWrapper {
-	uint8_t                              present;
-	tDot11fIEWiderBWChanSwitchAnn        WiderBWChanSwitchAnn;
+	uint8_t                                present;
+	tDot11fIEWiderBWChanSwitchAnn          WiderBWChanSwitchAnn;
 	tDot11fIEvht_transmit_power_env        vht_transmit_power_env;
 } tDot11fIEChannelSwitchWrapper;
 
@@ -5983,7 +5983,7 @@ typedef struct sDot11fIERSN {
 /* N.B. These #defines do *not* include the EID & length */
 #define DOT11F_IE_RSN_MIN_LEN (6)
 
-#define DOT11F_IE_RSN_MAX_LEN (255)
+#define DOT11F_IE_RSN_MAX_LEN (114)
 
 #ifdef __cplusplus
 extern "C" {
@@ -9281,7 +9281,7 @@ uint32_t dot11f_get_packed_wmm_del_ts_size(tpAniSirGlobal pCtx,
 } /* End extern "C". */
 #endif /* C++ */
 
-typedef struct sDot11fext_channel_switch_action_frame {
+typedef struct sDot11fext_channel_switch_action_frame{
 	tDot11fFfCategory                          Category;
 	tDot11fFfAction                            Action;
 	tDot11fFfext_chan_switch_ann_action        ext_chan_switch_ann_action;

+ 9 - 9
core/mac/src/sys/legacy/src/utils/src/dot11f.c

@@ -33,7 +33,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Mon Oct  3 12:40:25 2016 from the following file(s):
+ * Thu Oct  6 17:32:00 2016 from the following file(s):
  *
  * dot11f.frms
  *
@@ -367,9 +367,9 @@ static uint32_t get_packed_size_core(tpAniSirGlobal pCtx,
 				     uint32_t *pnNeeded,
 				     const tIEDefn  IEs[]);
 
-uint32_t dot11f_unpack_tlv_common_func(tpAniSirGlobal pCtx, uint8_t *pBuf,
-				       uint16_t tlvlen, uint8_t *pDstPresent,
-				       uint8_t *pDstField)
+static uint32_t dot11f_unpack_tlv_common_func(tpAniSirGlobal pCtx,
+			 uint8_t *pBuf, uint16_t tlvlen,
+			 uint8_t *pDstPresent, uint8_t *pDstField)
 {
 	uint32_t status = DOT11F_PARSE_SUCCESS;
 	(void)tlvlen; /* Shutup the compiler */
@@ -380,9 +380,9 @@ uint32_t dot11f_unpack_tlv_common_func(tpAniSirGlobal pCtx, uint8_t *pBuf,
 	return status;
 } /* End dot11f_unpack_tlv_common_func. */
 
-uint32_t dot11f_unpack_tlv_common_func2(tpAniSirGlobal  pCtx, uint8_t *pBuf,
-					uint16_t tlvlen, uint8_t *pDstPresent,
-					uint16_t *pDstState)
+static uint32_t dot11f_unpack_tlv_common_func2(tpAniSirGlobal  pCtx,
+			 uint8_t *pBuf, uint16_t tlvlen,
+			 uint8_t *pDstPresent, uint16_t *pDstState)
 {
 	uint32_t status = DOT11F_PARSE_SUCCESS;
 	(void)tlvlen; /* Shutup the compiler */
@@ -394,14 +394,14 @@ uint32_t dot11f_unpack_tlv_common_func2(tpAniSirGlobal  pCtx, uint8_t *pBuf,
 
 } /* End dot11f_unpack_tlv_common_func2. */
 
-void dot11f_unpack_ff_common_func(tpAniSirGlobal pCtx,
+static void dot11f_unpack_ff_common_func(tpAniSirGlobal pCtx,
 				  uint8_t *pBuf, uint16_t *pDstField)
 {
 	framesntohs(pCtx, pDstField, pBuf, 0);
 	(void)pCtx;
 } /* End dot11f_unpack_ff_common_func. */
 
-uint32_t dot11f_unpack_ie_common_func(tpAniSirGlobal pCtx, uint8_t *pBuf,
+static uint32_t dot11f_unpack_ie_common_func(tpAniSirGlobal pCtx, uint8_t *pBuf,
 				      uint8_t ielen, uint8_t *pDstPresent ,
 				      uint8_t *pDstField)
 {