Procházet zdrojové kódy

qcacld-3.0: Properly import lim_get_htcb_state()

Currently in lim_process_tdls.c there is a local prototype for
function lim_get_htcb_state(). Having a local prototype prevents the
compiler from verifying that the prototype matches the actual
implementation. Update the file to remove the local prototype and to
instead import the header file that defines the lim_get_htcb_state()
prototype. In addition remove the local prototype for
lim_populate_vht_mcs_set() since the appropriate header file is
already being included.

Change-Id: Ie9931f972a3126fdc08c54f497aa46ef91d746cd
CRs-Fixed: 1085760
Jeff Johnson před 8 roky
rodič
revize
1396a3cbf7
1 změnil soubory, kde provedl 1 přidání a 6 odebrání
  1. 1 6
      core/mac/src/pe/lim/lim_process_tdls.c

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

@@ -73,6 +73,7 @@
 #include "lim_send_messages.h"
 #include "utils_parser.h"
 #include "lim_assoc_utils.h"
+#include "lim_prop_exts_utils.h"
 #include "dph_hash_table.h"
 #include "wma_types.h"
 #include "cds_regdomain.h"
@@ -104,12 +105,6 @@ void populate_dot11f_tdls_offchannel_params(tpAniSirGlobal pMac,
 					    tDot11fIESuppOperatingClasses *
 					    suppOperClasses);
 void lim_log_vht_cap(tpAniSirGlobal pMac, tDot11fIEVHTCaps *pDot11f);
-tSirRetStatus lim_populate_vht_mcs_set(tpAniSirGlobal pMac,
-				       tpSirSupportedRates pRates,
-				       tDot11fIEVHTCaps *pPeerVHTCaps,
-				       tpPESession psessionEntry,
-				       uint8_t nss);
-ePhyChanBondState lim_get_htcb_state(ePhyChanBondState aniCBMode);
 
 /*
  * TDLS data frames will go out/come in as non-qos data.