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

Commit 6264995f authored by Felipe Pena's avatar Felipe Pena Committed by John W. Linville
Browse files

wireless: rt2800lib: Fix typo on checking



On rt2800_config_channel_rf53xx function the member default_power1 is checked
for bound limit, but default_power2 is used instead.

Signed-off-by: default avatarFelipe Pena <felipensp@gmail.com>
Acked-by: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent f8c31c8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2640,7 +2640,7 @@ static void rt2800_config_channel_rf53xx(struct rt2x00_dev *rt2x00dev,

	if (rt2x00_rt(rt2x00dev, RT5392)) {
		rt2800_rfcsr_read(rt2x00dev, 50, &rfcsr);
		if (info->default_power1 > POWER_BOUND)
		if (info->default_power2 > POWER_BOUND)
			rt2x00_set_field8(&rfcsr, RFCSR50_TX, POWER_BOUND);
		else
			rt2x00_set_field8(&rfcsr, RFCSR50_TX,