qcacmn: Cleanup sta index from a few structures
Change-Id: Iad126044945eaa28c3d859a96a741a1046529cdb CRs-Fixed: 2529131
This commit is contained in:

committed by
nshrivas

parent
8a4812f7fc
commit
84f7fa87a8
@@ -2126,7 +2126,6 @@ struct mac_tspec_ie {
|
|||||||
/**
|
/**
|
||||||
* struct add_ts_param - ADDTS related parameters
|
* struct add_ts_param - ADDTS related parameters
|
||||||
* @vdev_id: vdev id
|
* @vdev_id: vdev id
|
||||||
* @sta_idx: station index
|
|
||||||
* @tspec_idx: TSPEC handle uniquely identifying a TSPEC for a STA in a BSS
|
* @tspec_idx: TSPEC handle uniquely identifying a TSPEC for a STA in a BSS
|
||||||
* @tspec: tspec value
|
* @tspec: tspec value
|
||||||
* @status: QDF status
|
* @status: QDF status
|
||||||
@@ -2136,7 +2135,6 @@ struct mac_tspec_ie {
|
|||||||
*/
|
*/
|
||||||
struct add_ts_param {
|
struct add_ts_param {
|
||||||
uint8_t vdev_id;
|
uint8_t vdev_id;
|
||||||
uint16_t sta_idx;
|
|
||||||
uint16_t tspec_idx;
|
uint16_t tspec_idx;
|
||||||
struct mac_tspec_ie tspec;
|
struct mac_tspec_ie tspec;
|
||||||
QDF_STATUS status;
|
QDF_STATUS status;
|
||||||
@@ -2167,7 +2165,6 @@ struct delts_req_info {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* struct del_ts_params - DELTS related parameters
|
* struct del_ts_params - DELTS related parameters
|
||||||
* @staIdx: station index
|
|
||||||
* @tspecIdx: TSPEC identifier uniquely identifying a TSPEC for a STA in a BSS
|
* @tspecIdx: TSPEC identifier uniquely identifying a TSPEC for a STA in a BSS
|
||||||
* @bssId: BSSID
|
* @bssId: BSSID
|
||||||
* @sessionId: session id
|
* @sessionId: session id
|
||||||
@@ -2176,7 +2173,6 @@ struct delts_req_info {
|
|||||||
* @setRICparams: RIC parameters
|
* @setRICparams: RIC parameters
|
||||||
*/
|
*/
|
||||||
struct del_ts_params {
|
struct del_ts_params {
|
||||||
uint16_t staIdx;
|
|
||||||
uint16_t tspecIdx;
|
uint16_t tspecIdx;
|
||||||
uint8_t bssId[QDF_MAC_ADDR_SIZE];
|
uint8_t bssId[QDF_MAC_ADDR_SIZE];
|
||||||
uint8_t sessionId;
|
uint8_t sessionId;
|
||||||
|
@@ -225,7 +225,6 @@ struct wmi_unified_pmk_cache {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* struct aggr_add_ts_param - ADDTS parameters
|
* struct aggr_add_ts_param - ADDTS parameters
|
||||||
* @staIdx: station index
|
|
||||||
* @tspecIdx: TSPEC handler uniquely identifying a TSPEC for a STA in a BSS
|
* @tspecIdx: TSPEC handler uniquely identifying a TSPEC for a STA in a BSS
|
||||||
* @tspec: tspec value
|
* @tspec: tspec value
|
||||||
* @status: CDF status
|
* @status: CDF status
|
||||||
@@ -233,7 +232,6 @@ struct wmi_unified_pmk_cache {
|
|||||||
* @vdev_id: vdev id
|
* @vdev_id: vdev id
|
||||||
*/
|
*/
|
||||||
struct aggr_add_ts_param {
|
struct aggr_add_ts_param {
|
||||||
uint16_t staIdx;
|
|
||||||
uint16_t tspecIdx;
|
uint16_t tspecIdx;
|
||||||
struct mac_tspec_ie tspec[WMI_QOS_NUM_AC_MAX];
|
struct mac_tspec_ie tspec[WMI_QOS_NUM_AC_MAX];
|
||||||
QDF_STATUS status[WMI_QOS_NUM_AC_MAX];
|
QDF_STATUS status[WMI_QOS_NUM_AC_MAX];
|
||||||
|
Reference in New Issue
Block a user