Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c5289 const __le16 *highest = chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160) ? in rtw89_init_vht_cap()
5319 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_vht_cap()
5378 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
5396 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
5411 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
5424 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) { in rtw89_init_he_cap()
5464 chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_320)) in rtw89_init_eht_cap()
6695 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_core_register_hw()
H A Drtw8852bt.c804 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852b.c964 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852a.c2317 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8851b.c2631 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852c.c3160 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8922a.c2964 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Dcore.h4539 u16 support_bandwidths; member