Home
last modified time | relevance | path

Searched refs:max_bw (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
Dchan.c226 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_max_required_bw() local
235 max_bw = max(max_bw, ieee80211_get_sta_bw(&sta->sta)); in ieee80211_get_max_required_bw()
239 return max_bw; in ieee80211_get_max_required_bw()
247 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_chanctx_max_required_bw() local
290 max_bw = max(max_bw, width); in ieee80211_get_chanctx_max_required_bw()
296 max_bw = max(max_bw, conf->def.width); in ieee80211_get_chanctx_max_required_bw()
300 return max_bw; in ieee80211_get_chanctx_max_required_bw()
311 enum nl80211_chan_width max_bw; in ieee80211_recalc_chanctx_min_def() local
324 max_bw = ieee80211_get_chanctx_max_required_bw(local, &ctx->conf); in ieee80211_recalc_chanctx_min_def()
328 while (min_def.width > max_bw) in ieee80211_recalc_chanctx_min_def()
Drx.c3123 enum ieee80211_sta_rx_bandwidth max_bw, new_bw; in ieee80211_rx_h_action() local
3132 max_bw = IEEE80211_STA_RX_BW_20; in ieee80211_rx_h_action()
3134 max_bw = ieee80211_sta_cap_rx_bw(rx->sta); in ieee80211_rx_h_action()
3137 rx->sta->cur_max_bandwidth = max_bw; in ieee80211_rx_h_action()
/net/bluetooth/
Da2mp.h81 __le32 max_bw; member
Da2mp.c907 rsp.max_bw = cpu_to_le32(hdev->amp_max_bw); in a2mp_send_getinfo_rsp()
Dhci_event.c881 hdev->amp_max_bw = __le32_to_cpu(rp->max_bw); in hci_cc_read_local_amp_info()
/net/batman-adv/
Dbat_v.c748 u32 max_bw = 0, bw; in batadv_v_gw_get_best_gw_node() local
758 if (curr_gw && bw <= max_bw) in batadv_v_gw_get_best_gw_node()
766 max_bw = bw; in batadv_v_gw_get_best_gw_node()
/net/wireless/
Dreg.c621 __be32 start, end, max_bw; member
669 if (rule->len < offsetofend(struct fwdb_rule, max_bw)) in valid_rule()
967 rrule->freq_range.max_bandwidth_khz = be32_to_cpu(rule->max_bw); in regdb_query_country()