Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c394 return (rc_sta->rc_supp_rates & BIT(index)); in ssv6xxx_rate_supported()
1307 rc_sta->rc_supp_rates = 0; in ssv6xxx_rate_update_rc_type()
1391 rc_sta->rc_supp_rates = sta->supp_rates[sband->band] & 0xfL; in ssv6xxx_rate_update_rc_type()
1392 rc_sta->rc_supp_rates |= (ht_supp_rates << 4); in ssv6xxx_rate_update_rc_type()
1395 rc_sta->rc_supp_rates = ht_supp_rates; in ssv6xxx_rate_update_rc_type()
1398 rc_sta->rc_supp_rates = sta->supp_rates[sband->band]; in ssv6xxx_rate_update_rc_type()
1400 rc_sta->rc_supp_rates = sta->supp_rates[sband->band] & 0xfL; in ssv6xxx_rate_update_rc_type()
H A Dssv_rc_common.h173 u32 rc_supp_rates; member