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
This commit is contained in:
Jeff Johnson
2016-11-03 16:55:05 -07:00
committed by qcabuildsw
parent 1396a3cbf7
commit 7208fe2ab6
2 changed files with 2 additions and 1 deletions

View File

@@ -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);

View File

@@ -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.