qcacld-3.0: Remove populate_dot11f_qos_caps_ap()

Function populate_dot11f_qos_caps_ap() is unused, so remove it.

Change-Id: Ie6d8894cc6a2ce1e2ee1666cbab8d2a30abe361f
CRs-Fixed: 2371095
This commit is contained in:
Jeff Johnson
2018-12-18 21:01:05 -08:00
committed by nshrivas
parent 3e7b7524be
commit a8b67a2afe
2 changed files with 0 additions and 17 deletions

View File

@@ -781,11 +781,6 @@ QDF_STATUS
populate_dot11f_power_constraints(struct mac_context *mac,
tDot11fIEPowerConstraints *pDot11f);
void
populate_dot11f_qos_caps_ap(struct mac_context *mac,
tDot11fIEQOSCapsAp *pDot11f,
struct pe_session *pe_session);
void
populate_dot11f_qos_caps_station(struct mac_context *mac, struct pe_session *session,
tDot11fIEQOSCapsStation *pDot11f);

View File

@@ -1286,18 +1286,6 @@ populate_dot11f_power_constraints(struct mac_context *mac,
return QDF_STATUS_SUCCESS;
} /* End populate_dot11f_power_constraints. */
void
populate_dot11f_qos_caps_ap(struct mac_context *mac,
tDot11fIEQOSCapsAp *pDot11f, struct pe_session *pe_session)
{
pDot11f->count = pe_session->gLimEdcaParamSetCount;
pDot11f->reserved = 0;
pDot11f->txopreq = 0;
pDot11f->qreq = 0;
pDot11f->qack = 0;
pDot11f->present = 1;
} /* End PopulatedDot11fQOSCaps. */
void
populate_dot11f_qos_caps_station(struct mac_context *mac, struct pe_session *pe_session,
tDot11fIEQOSCapsStation *pDot11f)