Searched refs:sta_rate_set (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/ath/ar5523/
H A Dar5523.c1161 u32 sta_rate_set; local
1169 sta_rate_set = sta->deflink.supp_rates[ar->hw->conf.chandef.chan->band];
1172 if (sta_rate_set & 1) {
1186 sta_rate_set >>= 1;
1199 u32 sta_rate_set, basic_rate_set; local
1205 sta_rate_set = bss_conf->basic_rates;
1207 sta_rate_set = sta->deflink.supp_rates[ar->hw->conf.chandef.chan->band];
1209 ar5523_dbg(ar, "sta rate_set = %08x\n", sta_rate_set);
1215 band->bitrates[bit].hw_value, sta_rate_set & 1);
1216 if (sta_rate_set
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dmain.c2905 u32 sta_rate_set)
2977 if (sta_rate_set) {
2980 sta_rate_set,
4259 struct ieee80211_vif *vif, u32 sta_rate_set)
4266 "changed_bssid: %pM, aid: %d, bcn_int: %d, brates: 0x%x sta_rate_set: 0x%x",
4269 bss_conf->basic_rates, sta_rate_set);
4280 if (sta_rate_set)
4283 sta_rate_set,
4341 u32 sta_rate_set = 0; local
4401 sta_rate_set
2903 wlcore_set_assoc(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct ieee80211_bss_conf *bss_conf, u32 sta_rate_set) argument
4258 wlcore_set_bssid(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct ieee80211_vif *vif, u32 sta_rate_set) argument
[all...]

Completed in 104 milliseconds