瀏覽代碼

qcacld-3.0: Properly export lim_log_vht_cap()

While trying to enable the -Wmissing-prototypes switch it was
discovered that function lim_log_vht_cap() currently does not expose
its prototype in a header file.  Add an appropriate prototype.

Change-Id: I493480bddd6302257123eea4bf1e7d1af5487c0d
CRs-Fixed: 1085760
Jeff Johnson 8 年之前
父節點
當前提交
7208fe2ab6
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 2 0
      core/mac/src/include/parser_api.h
  2. 0 1
      core/mac/src/pe/lim/lim_process_tdls.c

+ 2 - 0
core/mac/src/include/parser_api.h

@@ -915,6 +915,8 @@ void populate_dot11f_assoc_rsp_rates(tpAniSirGlobal pMac,
 
 int find_ie_location(tpAniSirGlobal pMac, tpSirRSNie pRsnIe, uint8_t EID);
 
+void lim_log_vht_cap(tpAniSirGlobal pMac, tDot11fIEVHTCaps *pDot11f);
+
 tSirRetStatus
 populate_dot11f_vht_caps(tpAniSirGlobal pMac, tpPESession psessionEntry,
 			tDot11fIEVHTCaps *pDot11f);

+ 0 - 1
core/mac/src/pe/lim/lim_process_tdls.c

@@ -104,7 +104,6 @@ void populate_dot11f_tdls_offchannel_params(tpAniSirGlobal pMac,
 					    tDot11fIESuppChannels *suppChannels,
 					    tDot11fIESuppOperatingClasses *
 					    suppOperClasses);
-void lim_log_vht_cap(tpAniSirGlobal pMac, tDot11fIEVHTCaps *pDot11f);
 
 /*
  * TDLS data frames will go out/come in as non-qos data.