Home
last modified time | relevance | path

Searched refs:bw (Results 1 – 5 of 5) sorted by relevance

/net/mac80211/
Dvht.c276 enum ieee80211_sta_rx_bandwidth bw; in ieee80211_sta_cur_vht_bw() local
279 bw = sta->sta.ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40 ? in ieee80211_sta_cur_vht_bw()
291 bw = sta->sta.ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40 ? in ieee80211_sta_cur_vht_bw()
297 bw = IEEE80211_STA_RX_BW_160; in ieee80211_sta_cur_vht_bw()
304 bw = IEEE80211_STA_RX_BW_160; in ieee80211_sta_cur_vht_bw()
309 bw = IEEE80211_STA_RX_BW_80; in ieee80211_sta_cur_vht_bw()
313 if (bw > sta->cur_max_bandwidth) in ieee80211_sta_cur_vht_bw()
314 bw = sta->cur_max_bandwidth; in ieee80211_sta_cur_vht_bw()
315 return bw; in ieee80211_sta_cur_vht_bw()
Dht.c139 enum ieee80211_sta_rx_bandwidth bw; in ieee80211_ht_cap_ie_to_sta_ht_cap() local
244 bw = IEEE80211_STA_RX_BW_20; in ieee80211_ht_cap_ie_to_sta_ht_cap()
250 bw = ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40 ? in ieee80211_ht_cap_ie_to_sta_ht_cap()
255 if (bw != sta->sta.bandwidth) in ieee80211_ht_cap_ie_to_sta_ht_cap()
257 sta->sta.bandwidth = bw; in ieee80211_ht_cap_ie_to_sta_ht_cap()
/net/ipv4/
Dtcp_yeah.c132 u64 bw; in tcp_yeah_cong_avoid() local
150 bw = tp->snd_cwnd; in tcp_yeah_cong_avoid()
151 bw *= rtt - yeah->vegas.baseRTT; in tcp_yeah_cong_avoid()
152 do_div(bw, rtt); in tcp_yeah_cong_avoid()
153 queue = bw; in tcp_yeah_cong_avoid()
/net/wireless/
Dgenregdb.awk59 bw = $5
60 sub(/\),/, "", bw)
119 …printf "\t\tREG_RULE_EXT(%d, %d, %d, %d, %.0f, %d, %s),\n", start, end, bw, gain, power, dfs_cac, …
Dreg.c1026 char max_antenna_gain[32], bw[32]; in chan_reg_rule_print_dbg() local
1038 snprintf(bw, sizeof(bw), "%d KHz, %d KHz AUTO", in chan_reg_rule_print_dbg()
1042 snprintf(bw, sizeof(bw), "%d KHz", in chan_reg_rule_print_dbg()
1050 bw, max_antenna_gain, in chan_reg_rule_print_dbg()
2386 char bw[32], cac_time[32]; in print_rd_rules() local
2396 snprintf(bw, sizeof(bw), "%d KHz, %d KHz AUTO", in print_rd_rules()
2400 snprintf(bw, sizeof(bw), "%d KHz", in print_rd_rules()
2418 bw, in print_rd_rules()
2426 bw, in print_rd_rules()