Searched refs:ssv_rate (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | ap.c | 140 struct ssv_rate_info ssv_rate; in ssv6xxx_beacon_fill_tx_desc() local 144 ssv6xxx_rc_hw_rate_idx(sc, tx_info, &ssv_rate); in ssv6xxx_beacon_fill_tx_desc() 152 tx_desc->crate_idx = ssv_rate.crate_hw_idx; in ssv6xxx_beacon_fill_tx_desc() 153 tx_desc->drate_idx = ssv_rate.drate_hw_idx; in ssv6xxx_beacon_fill_tx_desc()
|
| H A D | dev.c | 711 struct ssv_rate_info *ssv_rate, u16 len, in ssv6xxx_set_frame_duration() argument 745 drate_kbps = ssv_rate->drate_kbps; in ssv6xxx_set_frame_duration() 746 crate_kbps = ssv_rate->crate_kbps; in ssv6xxx_set_frame_duration() 766 !(ssv_rate->d_flags & IEEE80211_RATE_ERP_G)) in ssv6xxx_set_frame_duration() 774 !(ssv_rate->c_flags & IEEE80211_RATE_ERP_G)) in ssv6xxx_set_frame_duration() 2186 struct ssv_rate_info ssv_rate; in ssv6xxx_tx_rate_update() local 2210 ssv6xxx_rc_hw_rate_idx(sc, info, &ssv_rate); in ssv6xxx_tx_rate_update() 2211 tx_desc->crate_idx = ssv_rate.crate_hw_idx; in ssv6xxx_tx_rate_update() 2212 tx_desc->drate_idx = ssv_rate.drate_hw_idx; in ssv6xxx_tx_rate_update() 2213 … nav = ssv6xxx_set_frame_duration(info, &ssv_rate, skb->len+FCS_LEN, tx_desc, NULL, NULL); in ssv6xxx_tx_rate_update() [all …]
|