Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.c4116 const __le16 *highest = chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160) ? in rtw89_init_vht_cap()
4146 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_vht_cap()
4205 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
4223 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
4238 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
4251 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) { in rtw89_init_he_cap()
4291 chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_320)) in rtw89_init_eht_cap()
5275 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_core_register_hw()
H A Drtw8852bt.c783 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852b.c850 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852a.c2214 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8851b.c2496 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852c.c3010 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8922a.c2819 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Dcore.h4282 u16 support_bandwidths; member