Home
last modified time | relevance | path

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

/net/mac80211/
Dtdls.c314 enum nl80211_chan_width max_width = in ieee80211_tdls_chandef_vht_upgrade() local
319 if (max_width == NL80211_CHAN_WIDTH_5 || in ieee80211_tdls_chandef_vht_upgrade()
320 max_width == NL80211_CHAN_WIDTH_10) in ieee80211_tdls_chandef_vht_upgrade()
323 if (max_width > NL80211_CHAN_WIDTH_80) in ieee80211_tdls_chandef_vht_upgrade()
324 max_width = NL80211_CHAN_WIDTH_80; in ieee80211_tdls_chandef_vht_upgrade()
326 if (uc.width >= max_width) in ieee80211_tdls_chandef_vht_upgrade()
346 while (uc.width > max_width || in ieee80211_tdls_chandef_vht_upgrade()