Searched defs:mt76x2_dev (Results 1 – 1 of 1) sorted by relevance
93 struct mt76x2_dev { struct94 struct mt76_dev mt76; /* must be first */96 struct mac_address macaddr_list[8];98 struct mutex mutex;100 const u16 *beacon_offsets;101 unsigned long wcid_mask[128 / BITS_PER_LONG];103 int txpower_conf;104 int txpower_cur;106 u8 txdone_seq;109 struct mt76x2_mcu mcu;[all …]