Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159394
b: refs/heads/master
c: 117839b
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Roskin authored and John W. Linville committed Aug 4, 2009
1 parent ec80862 commit 4ef1cf3
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: c1be5152860218dffea6a47cff5ea31a56c6cff5
refs/heads/master: 117839bd1251dc654938c529c95c7611ac260351
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 @@ -2600,6 +2600,11 @@ static int rt61pci_probe_hw(struct rt2x00_dev *rt2x00dev)
{
int retval;

/*
* Disable power saving.
*/
rt2x00pci_register_write(rt2x00dev, SOFT_RESET_CSR, 0x00000007);

/*
* Allocate eeprom data.
*/
Expand Down

0 comments on commit 4ef1cf3

Please sign in to comment.