Searched refs:default_edca (Results 1 – 1 of 1) sorted by relevance
1122 u_int32_t weight[QCA_WLAN_AC_ALL], default_edca[QCA_WLAN_AC_ALL]; in ol_txrx_set_wmm_param() local1130 default_edca[OL_TX_SCHED_WRR_ADV_CAT_VO] = in ol_txrx_set_wmm_param()1132 default_edca[OL_TX_SCHED_WRR_ADV_CAT_VI] = in ol_txrx_set_wmm_param()1134 default_edca[OL_TX_SCHED_WRR_ADV_CAT_BE] = in ol_txrx_set_wmm_param()1136 default_edca[OL_TX_SCHED_WRR_ADV_CAT_BK] = in ol_txrx_set_wmm_param()1153 if (default_edca[OL_TX_SCHED_WRR_ADV_CAT_VO] >= weight[i]) in ol_txrx_set_wmm_param()1155 else if (default_edca[OL_TX_SCHED_WRR_ADV_CAT_VI] >= weight[i]) in ol_txrx_set_wmm_param()1157 else if (default_edca[OL_TX_SCHED_WRR_ADV_CAT_BE] >= weight[i]) in ol_txrx_set_wmm_param()