Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107708
b: refs/heads/master
c: e6d3e90
h: refs/heads/master
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Aug 1, 2008
1 parent 3773de6 commit aab2dbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ada662f3eb6231ab27f5e6366d4e5c395d25edd3
refs/heads/master: e6d3e902088ac5da77b074f513e3cb80422ff471
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/rt2x00/rt61pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,11 @@ static int rt61pci_load_firmware(struct rt2x00_dev *rt2x00dev, const void *data,
return -EBUSY;
}

/*
* Hardware needs another millisecond before it is ready.
*/
msleep(1);

/*
* Reset MAC and BBP registers.
*/
Expand Down

0 comments on commit aab2dbe

Please sign in to comment.