[PATCH] bcm43xx: Remove the workaround in dummy_transmission,

as it causes more trouble than it solves

Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Michael Buesch 2006-03-14 18:23:43 +01:00 committed by John W. Linville
parent 49f29efa7f
commit 4cf6f03e06

View file

@ -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;