Home
last modified time | relevance | path

Searched defs:mt7925_txpwr (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7925/
Dmt7925.h180 struct mt7925_txpwr { struct
181 s8 cck[4][2];
182 s8 ofdm[8][2];
183 s8 ht20[8][2];
184 s8 ht40[9][2];
185 s8 vht20[12][2];
186 s8 vht40[12][2];
187 s8 vht80[12][2];
188 s8 vht160[12][2];
189 s8 he26[12][2];
[all …]
Ddebugfs.c118 mt7925_txpwr(struct seq_file *s, void *data) in mt7925_txpwr() function