Searched defs:mt76_dev (Results 1 – 1 of 1) sorted by relevance
313 struct mt76_dev { struct314 struct ieee80211_hw *hw;315 struct cfg80211_chan_def chandef;316 struct ieee80211_channel *main_chan;318 spinlock_t lock;319 spinlock_t cc_lock;320 const struct mt76_bus_ops *bus;321 const struct mt76_driver_ops *drv;322 void __iomem *regs;323 struct device *dev;[all …]