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:

committato da
qcabuildsw

parent
1396a3cbf7
commit
7208fe2ab6
@@ -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);
|
||||
|
@@ -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.
|
||||
|
Fai riferimento in un nuovo problema
Block a user