Lines Matching full:mphy
254 mt76_eeprom_override(&dev->mphy); in __mt7925_init_hardware()
272 set_bit(MT76_STATE_INITIALIZED, &dev->mphy.state); in mt7925_init_hardware()
300 mt76_set_stream_caps(&dev->mphy, true); in mt7925_init_work()
363 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt792x_mac_work); in mt7925_register_device()
404 dev->mphy.sband_2g.sband.ht_cap.cap |= in mt7925_register_device()
407 dev->mphy.sband_2g.sband.ht_cap.ampdu_density = in mt7925_register_device()
409 dev->mphy.sband_5g.sband.ht_cap.cap |= in mt7925_register_device()
412 dev->mphy.sband_2g.sband.ht_cap.ampdu_density = in mt7925_register_device()
414 dev->mphy.sband_5g.sband.vht_cap.cap |= in mt7925_register_device()
420 dev->mphy.sband_5g.sband.vht_cap.cap |= in mt7925_register_device()
424 dev->mphy.hw->wiphy->available_antennas_rx = dev->mphy.chainmask; in mt7925_register_device()
425 dev->mphy.hw->wiphy->available_antennas_tx = dev->mphy.chainmask; in mt7925_register_device()