Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52b58fac authored by Helmut Schaa's avatar Helmut Schaa Committed by John W. Linville
Browse files

rt2x00: Add comment about BBP1_TX_POWER



Add a comment about the meaning of BBP1_TX_POWER stating all possible values.

Signed-off-by: default avatarHelmut Schaa <helmut.schaa@googlemail.com>
Acked-by: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2606e422
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1557,7 +1557,9 @@ struct mac_iveiv_entry {
 */

/*
 * BBP 1: TX Antenna
 * BBP 1: TX Antenna & Power
 * POWER: 0 - normal, 1 - drop tx power by 6dBm, 2 - drop tx power by 12dBm,
 *	3 - increase tx power by 6dBm
 */
#define BBP1_TX_POWER			FIELD8(0x07)
#define BBP1_TX_ANTENNA			FIELD8(0x18)