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
2016-11-03 16:55:05 -07:00
提交者 qcabuildsw
父节点 1396a3cbf7
当前提交 7208fe2ab6
修改 2 个文件,包含 2 行新增1 行删除

查看文件

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

查看文件

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