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

Commit 4cf6f03e authored by Michael Buesch's avatar Michael Buesch Committed by John W. Linville
Browse files

[PATCH] bcm43xx: Remove the workaround in dummy_transmission,



as it causes more trouble than it solves

Signed-off-by: default avatarMichael Buesch <mbuesch@freenet.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 49f29efa
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -996,13 +996,6 @@ void bcm43xx_dummy_transmission(struct bcm43xx_private *bcm)
		0x00000000,
	};

/* FIXME: It seems like a dummy_transmission corrupts the DMA engines,
 *        once they are initialized. So avoid doing a dummy_transmission,
 *        if the DMA engines are running.
 */
if (bcm->initialized)
return;

	switch (phy->type) {
	case BCM43xx_PHYTYPE_A:
		max_loop = 0x1E;