Searched defs:mt7921_dev (Results 1 – 1 of 1) sorted by relevance
218 struct mt7921_dev { struct219 union { /* must be first */224 const struct mt76_bus_ops *bus_ops;225 struct mt7921_phy phy;226 struct tasklet_struct irq_tasklet;228 struct work_struct reset_work;229 bool hw_full_reset:1;230 bool hw_init_done:1;231 bool fw_assert:1;233 struct list_head sta_poll_list;[all …]