Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
Dvht.c498 enum nl80211_chan_width bss_width; in ieee80211_sta_cur_vht_bw() local
504 bss_width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_sta_cur_vht_bw()
506 bss_width = link_conf->chandef.width; in ieee80211_sta_cur_vht_bw()
527 bw = min(bw, ieee80211_chan_width_to_rx_bw(bss_width)); in ieee80211_sta_cur_vht_bw()