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:
@@ -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);
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user