Home
last modified time | relevance | path

Searched refs:rates_table (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c720 u16 *rates_table; in wcn36xx_update_allowed_rates() local
729 rates_table = sta_priv->supported_rates.dsss_rates; in wcn36xx_update_allowed_rates()
733 rates_table[i] = wcn_2ghz_rates[i].hw_value; in wcn36xx_update_allowed_rates()
740 rates_table = sta_priv->supported_rates.ofdm_rates; in wcn36xx_update_allowed_rates()
743 rates_table[i] = wcn_5ghz_rates[i].hw_value; in wcn36xx_update_allowed_rates()