Lines Matching defs:vht
126 bool vht)
141 if (!vht)
161 void mt76_set_stream_caps(struct mt76_phy *phy, bool vht)
166 mt76_init_stream_cap(phy, &phy->sband_5g.sband, vht);
173 struct ieee80211_rate *rates, int n_rates, bool vht)
207 mt76_init_stream_cap(&dev->phy, sband, vht);
209 if (!vht)
238 int n_rates, bool vht)
245 rates, n_rates, vht);
456 int mt76_register_device(struct mt76_dev *dev, bool vht,
473 ret = mt76_init_sband_5g(dev, rates + 4, n_rates - 4, vht);