Searched defs:mt7925_txpwr (Results 1 – 2 of 2) sorted by relevance
202 struct mt7925_txpwr { struct203 s8 cck[4][2];204 s8 ofdm[8][2];205 s8 ht20[8][2];206 s8 ht40[9][2];207 s8 vht20[12][2];208 s8 vht40[12][2];209 s8 vht80[12][2];210 s8 vht160[12][2];211 s8 he26[12][2];[all …]
118 mt7925_txpwr(struct seq_file *s, void *data) in mt7925_txpwr() function