Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wl18xx/
Dacx.c152 u32 rate_set, u8 hlid) in wl18xx_acx_set_peer_cap() argument
160 ht_cap->ht_supported, ht_cap->cap, rate_set); in wl18xx_acx_set_peer_cap()
185 acx->supported_rates = cpu_to_le32(rate_set); in wl18xx_acx_set_peer_cap()
Dacx.h338 u32 rate_set, u8 hlid);
Dmain.c1230 u32 hw_rate_set = wlvif->rate_set; in wl18xx_sta_get_ap_rate_mask()
1606 u32 rate_set, u8 hlid) in wl18xx_set_peer_cap() argument
1609 rate_set, hlid); in wl18xx_set_peer_cap()
/drivers/net/wireless/ti/wlcore/
Dtx.c455 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set, in wl1271_tx_enabled_rates_get() argument
464 if (rate_set & 0x1) in wl1271_tx_enabled_rates_get()
466 rate_set >>= 1; in wl1271_tx_enabled_rates_get()
470 rate_set >>= HW_HT_RATES_OFFSET - band->n_bitrates; in wl1271_tx_enabled_rates_get()
473 if (rate_set & 0x1) in wl1271_tx_enabled_rates_get()
475 rate_set >>= 1; in wl1271_tx_enabled_rates_get()
1201 u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set) in wl1271_tx_min_rate_get() argument
1203 if (WARN_ON(!rate_set)) in wl1271_tx_min_rate_get()
1206 return BIT(__ffs(rate_set)); in wl1271_tx_min_rate_get()
Dtx.h250 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set,
252 u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set);
Dhw_ops.h225 u32 rate_set, u8 hlid) in wlcore_hw_set_peer_cap() argument
229 rate_set, hlid); in wlcore_hw_set_peer_cap()
Dwlcore_i.h408 u32 rate_set; member
Dcmd.c560 wlvif->basic_rate_set, wlvif->rate_set); in wl12xx_cmd_role_start_sta()
782 cmd->sta.local_rates = cpu_to_le32(wlvif->rate_set); in wl12xx_cmd_role_start_ibss()
790 cmd->ibss.remote_rates = cpu_to_le32(wlvif->rate_set); in wl12xx_cmd_role_start_ibss()
795 wlvif->basic_rate_set, wlvif->rate_set); in wl12xx_cmd_role_start_ibss()
Dwlcore.h114 u32 rate_set, u8 hlid);
Dmain.c2251 wlvif->rate_set = CONF_TX_RATE_MASK_BASIC; in wl12xx_init_vif_data()
2269 wlvif->rate_set = CONF_TX_ENABLED_RATES; in wl12xx_init_vif_data()
2978 wlvif->rate_set = in wlcore_set_assoc()
3048 wlvif->rate_set = wlvif->basic_rate_set; in wl1271_set_band_rate()
4238 wlvif->rate_set = in wlcore_set_bssid()
4400 wlvif->rate_set = CONF_TX_IBSS_DEFAULT_RATES; in wl1271_bss_info_changed_sta()
4480 wlvif->rate_set, in wl1271_bss_info_changed_sta()
Ddebugfs.c607 VIF_STATE_PRINT_HEX(rate_set); in vifs_state_read()
Dacx.c753 wlvif->basic_rate, wlvif->rate_set); in wl1271_acx_sta_rate_policies()
/drivers/net/wireless/ti/wl12xx/
Dmain.c1473 return wlvif->rate_set; in wl12xx_sta_get_ap_rate_mask()
1658 u32 rate_set, u8 hlid) in wl12xx_set_peer_cap() argument