Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c3792 const __le16 *highest = chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160) ? in rtw89_init_vht_cap()
3822 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_vht_cap()
3881 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
3899 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
3914 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_init_he_cap()
3927 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) { in rtw89_init_he_cap()
3963 chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_320)) in rtw89_init_eht_cap()
4732 if (chip->support_bandwidths & BIT(NL80211_CHAN_WIDTH_160)) in rtw89_core_register_hw()
H A Drtw8852bt.c762 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852b.c829 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852a.c2192 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8851b.c2474 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8922a.c2665 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Drtw8852c.c2971 .support_bandwidths = BIT(NL80211_CHAN_WIDTH_20) |
H A Dcore.h4252 u16 support_bandwidths; member