diff options
| -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 |
