Browse Source

qcacld-3.0: Remove obsolete parser_api prototypes

parser_api.h contains two prototypes for functions that are no longer
a part of the driver, so remove them.

Change-Id: Id4cc9967ba95d624a2910dec564c68c679279b09
CRs-Fixed: 2365052
Jeff Johnson 6 years ago
parent
commit
8ace63dbe9
1 changed files with 0 additions and 33 deletions
  1. 0 33
      core/mac/src/include/parser_api.h

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

@@ -645,9 +645,6 @@ sir_convert_meas_req_frame2_struct(struct mac_context *, uint8_t *,
 /**
  * \brief Populated a tDot11fFfCapabilities
  *
- * \sa PopulatedDot11fCapabilities2
- *
- *
  * \param mac Pointer to the global MAC data structure
  *
  * \param pDot11f Address of a tDot11fFfCapabilities to be filled in
@@ -664,33 +661,6 @@ populate_dot11f_capabilities(struct mac_context *mac,
 			tDot11fFfCapabilities *pDot11f,
 			struct pe_session *pe_session);
 
-/**
- * \brief Populated a tDot11fFfCapabilities
- *
- * \sa PopulatedDot11fCapabilities2
- *
- *
- * \param mac Pointer to the global MAC data structure
- *
- * \param pDot11f Address of a tDot11fFfCapabilities to be filled in
- *
- * \param pSta Pointer to a tDphHashNode representing a peer
- *
- *
- * \note If SIR_MAC_PROP_CAPABILITY_11EQOS is enabled on our peer, we'll
- * clear the QOS bit in pDot11f
- *
- *
- */
-
-struct sDphHashNode;
-
-QDF_STATUS
-populate_dot11f_capabilities2(struct mac_context *mac,
-			tDot11fFfCapabilities *pDot11f,
-			struct sDphHashNode *pSta,
-			struct pe_session *pe_session);
-
 /* / Populate a tDot11fIEChanSwitchAnn */
 void
 populate_dot11f_chan_switch_ann(struct mac_context *mac,
@@ -1043,9 +1013,6 @@ QDF_STATUS populate_dot11_assoc_res_p2p_ie(struct mac_context *mac,
 					tDot11fIEP2PAssocRes *pDot11f,
 					tpSirAssocReq pRcvdAssocReq);
 
-QDF_STATUS populate_dot11f_wscInAssocRes(struct mac_context *mac,
-					tDot11fIEWscAssocRes *pDot11f);
-
 QDF_STATUS populate_dot11f_wfatpc(struct mac_context *mac,
 				tDot11fIEWFATPC *pDot11f, uint8_t txPower,
 				uint8_t linkMargin);