Skip to content

Commit

Permalink
[PATCH] bcm43xx: Remove the workaround in dummy_transmission,
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Buesch authored and John W. Linville committed Mar 27, 2006
1 parent 49f29ef commit 4cf6f03
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/net/wireless/bcm43xx/bcm43xx_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4cf6f03

Please sign in to comment.