Searched defs:mt7925_txpwr (Results 1 – 2 of 2) sorted by relevance
155 struct mt7925_txpwr { struct156 s8 cck[4][2];157 s8 ofdm[8][2];158 s8 ht20[8][2];159 s8 ht40[9][2];160 s8 vht20[12][2];161 s8 vht40[12][2];162 s8 vht80[12][2];163 s8 vht160[12][2];164 s8 he26[12][2];[all …]
118 mt7925_txpwr(struct seq_file *s, void *data) in mt7925_txpwr() function