Lines Matching refs:rates
743 u32 rates = sta->supp_rates[band];
753 if (rates & 0x01) {
755 rates = rates >> 1;
763 if (rates & 0x01) {
765 rates = rates >> 1;
786 void wcn36xx_set_default_rates(struct wcn36xx_hal_supported_rates *rates)
805 rates->op_rate_mode = STA_11n;
806 memcpy(rates->dsss_rates, dsss_rates,
808 memcpy(rates->ofdm_rates, ofdm_rates,
810 rates->supported_mcs_set[0] = 0xFF;
813 void wcn36xx_set_default_rates_v1(struct wcn36xx_hal_supported_rates_v1 *rates)
815 rates->op_rate_mode = STA_11ac;
816 rates->vht_rx_mcs_map = IEEE80211_VHT_MCS_SUPPORT_0_9;
817 rates->vht_tx_mcs_map = IEEE80211_VHT_MCS_SUPPORT_0_9;