Home
last modified time | relevance | path

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

/src/sys/contrib/dev/rtw89/
H A Dcore.c5122 const __le16 *highest = chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160) ? in rtw89_init_vht_cap()
5152 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_vht_cap()
5211 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
5229 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
5244 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
5257 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) { in rtw89_init_he_cap()
5297 chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_320)) in rtw89_init_eht_cap()
6502 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_core_register_hw()
H A Drtw8852bt.c798 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852b.c938 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852a.c2313 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8851b.c2627 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852c.c3156 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8922a.c2909 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Dcore.h4455 u16 support_bandwidths; member