Searched defs:mt7921_dev (Results 1 – 1 of 1) sorted by relevance
188 struct mt7921_dev { struct189 union { /* must be first */194 const struct mt76_bus_ops *bus_ops;195 struct mt7921_phy phy;196 struct tasklet_struct irq_tasklet;198 struct work_struct reset_work;199 bool hw_full_reset:1;200 bool hw_init_done:1;201 bool fw_assert:1;203 struct list_head sta_poll_list;[all …]