diff options
| author | gbian <gbian@codeaurora.org> | 2016-12-16 13:38:06 +0800 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-12-29 13:23:33 -0800 |
| commit | f41aae036b2f961accb044d666e7ec542d2ca118 (patch) | |
| tree | 1d6b242193d145b0c3f446858e6c97827c9fa2a2 | |
| parent | 067435f387f812b1456890b09375dbc915ecf3dd (diff) | |
qcacld-3.0: Move struct ol_tx_sched_wrr_ac_specs_t to wlan-cmn
Move struct ol_tx_sched_wrr_ac_specs_t to wlan-cmn to avoid building
failure in another project.
Change-Id: I1e06e2f9194e7b5f527d3e59d12073b1af1fb8ed
CRs-Fixed: 1101602
| -rw-r--r-- | core/cds/inc/cds_config.h | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/core/cds/inc/cds_config.h b/core/cds/inc/cds_config.h index 0a3d4c9ec0ff..8bebdfe5fb8f 100644 --- a/core/cds/inc/cds_config.h +++ b/core/cds/inc/cds_config.h @@ -27,7 +27,8 @@ #if !defined(__CDS_CONFIG_H) #define __CDS_CONFIG_H -#define TX_WMM_AC_NUM 4 +#include "cdp_txrx_cmn.h" +#include "cdp_txrx_cfg.h" /** * enum driver_type - Indicate the driver type to the cds, and based on this @@ -54,30 +55,6 @@ enum cfg_sub_20_channel_width { }; /** - * struct ol_tx_sched_wrr_ac_specs_t - the wrr ac specs params structure - * @wrr_skip_weight: map to ol_tx_sched_wrr_adv_category_info_t.specs. - * wrr_skip_weight - * @credit_threshold: map to ol_tx_sched_wrr_adv_category_info_t.specs. - * credit_threshold - * @send_limit: map to ol_tx_sched_wrr_adv_category_info_t.specs. - * send_limit - * @credit_reserve: map to ol_tx_sched_wrr_adv_category_info_t.specs. - * credit_reserve - * @discard_weight: map to ol_tx_sched_wrr_adv_category_info_t.specs. - * discard_weight - * - * This structure is for wrr ac specs params set from user, it will update - * its content corresponding to the ol_tx_sched_wrr_adv_category_info_t.specs. - */ -struct ol_tx_sched_wrr_ac_specs_t { - int wrr_skip_weight; - uint32_t credit_threshold; - uint16_t send_limit; - int credit_reserve; - int discard_weight; -}; - -/** * struct cds_config_info - Place Holder for cds configuration * @max_station: Max station supported * @max_bssid: Max Bssid Supported |
