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

Commit 829ef1f5 authored by John W. Linville's avatar John W. Linville
Browse files

Revert "[PATCH] bcm43xx: Fix deviation from specifications in set_baseband_attenuation"



This reverts commit 77548f58.

David Woodhouse wrote:

>This broke my shinybook. I seem to get absolutely _no_ outgoing packets,
>although I can receive OK.

Larry Finger wrote:

>Please revert this patch.

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d4ac2477
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1638,7 +1638,7 @@ void bcm43xx_phy_set_baseband_attenuation(struct bcm43xx_private *bcm,
		return;
	}

	if (phy->analog == 1) {
	if (phy->analog > 1) {
		value = bcm43xx_phy_read(bcm, 0x0060) & ~0x003C;
		value |= (baseband_attenuation << 2) & 0x003C;
	} else {