Searched defs:rate_set (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/ti/wl18xx/
H A Dacx.c152 u32 rate_set, u8 hlid)
160 ht_cap->ht_supported, ht_cap->cap, rate_set);
185 acx->supported_rates = cpu_to_le32(rate_set);
149 wl18xx_acx_set_peer_cap(struct wl1271 *wl, struct ieee80211_sta_ht_cap *ht_cap, bool allow_ht_operation, u32 rate_set, u8 hlid) argument
H A Dmain.c1224 * we should modify the wlvif->rate_set instead
1229 u32 hw_rate_set = wlvif->rate_set;
1600 u32 rate_set, u8 hlid)
1603 rate_set, hlid);
1597 wl18xx_set_peer_cap(struct wl1271 *wl, struct ieee80211_sta_ht_cap *ht_cap, bool allow_ht_operation, u32 rate_set, u8 hlid) argument
/drivers/net/wireless/ti/wlcore/
H A Dhw_ops.h225 u32 rate_set, u8 hlid)
229 rate_set, hlid);
222 wlcore_hw_set_peer_cap(struct wl1271 *wl, struct ieee80211_sta_ht_cap *ht_cap, bool allow_ht_operation, u32 rate_set, u8 hlid) argument
H A Dtx.c455 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set, argument
464 if (rate_set & 0x1)
466 rate_set >>= 1;
470 rate_set >>= HW_HT_RATES_OFFSET - band->n_bitrates;
473 if (rate_set & 0x1)
475 rate_set >>= 1;
1201 u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set) argument
1203 if (WARN_ON(!rate_set))
1206 return BIT(__ffs(rate_set));
H A Dwlcore_i.h404 u32 rate_set; member in struct:wl12xx_vif
/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1475 return wlvif->rate_set;
1660 u32 rate_set, u8 hlid)
1657 wl12xx_set_peer_cap(struct wl1271 *wl, struct ieee80211_sta_ht_cap *ht_cap, bool allow_ht_operation, u32 rate_set, u8 hlid) argument

Completed in 148 milliseconds