Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c6102 const __le16 *highest = chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160) ? in rtw89_init_vht_cap()
6132 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_vht_cap()
6191 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
6209 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
6224 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
6237 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) { in rtw89_init_he_cap()
6277 chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_320)) in rtw89_init_eht_cap()
7508 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_core_register_hw()
H A Drtw8852bt.c854 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852b.c995 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852a.c2399 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8851b.c2636 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852c.c3198 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8922a.c3263 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8922d.c3738 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Dcore.h5743 u16 support_bandwidths; member