qcacmn: Cleanup sta index from a few structures

Change-Id: Iad126044945eaa28c3d859a96a741a1046529cdb
CRs-Fixed: 2529131
This commit is contained in:
Yeshwanth Sriram Guntuka
2019-07-16 14:49:49 +05:30
committed by nshrivas
parent 8a4812f7fc
commit 84f7fa87a8
2 changed files with 0 additions and 6 deletions

View File

@@ -225,7 +225,6 @@ struct wmi_unified_pmk_cache {
/**
* struct aggr_add_ts_param - ADDTS parameters
* @staIdx: station index
* @tspecIdx: TSPEC handler uniquely identifying a TSPEC for a STA in a BSS
* @tspec: tspec value
* @status: CDF status
@@ -233,7 +232,6 @@ struct wmi_unified_pmk_cache {
* @vdev_id: vdev id
*/
struct aggr_add_ts_param {
uint16_t staIdx;
uint16_t tspecIdx;
struct mac_tspec_ie tspec[WMI_QOS_NUM_AC_MAX];
QDF_STATUS status[WMI_QOS_NUM_AC_MAX];