Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24730
b: refs/heads/master
c: 4cf6f03
h: refs/heads/master
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Mar 27, 2006
1 parent 6ed7a59 commit c5faccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49f29efa7f44a79b64c7882c68e171898d0495a0
refs/heads/master: 4cf6f03e067d6d416f5c9219471daf64703afae4
7 changes: 0 additions & 7 deletions trunk/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 c5faccf

Please sign in to comment.