Searched defs:mt7925_txpwr (Results 1 – 2 of 2) sorted by relevance
180 struct mt7925_txpwr { struct181 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 …]
118 mt7925_txpwr(struct seq_file *s, void *data) in mt7925_txpwr() function