Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215018
b: refs/heads/master
c: 1f0280c
h: refs/heads/master
v: v3
  • Loading branch information
Helmut Schaa authored and John W. Linville committed Oct 5, 2010
1 parent dc2871e commit 7f744ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 74ee3802c0021c1387795af234b3e4dc511a9bb3
refs/heads/master: 1f0280cb35ae252d6db3ce8f56b7a1dc174460e5
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,10 +933,8 @@ int rt2x00lib_start(struct rt2x00_dev *rt2x00dev)

/* Enable the radio */
retval = rt2x00lib_enable_radio(rt2x00dev);
if (retval) {
rt2x00queue_uninitialize(rt2x00dev);
if (retval)
return retval;
}

set_bit(DEVICE_STATE_STARTED, &rt2x00dev->flags);

Expand Down

0 comments on commit 7f744ad

Please sign in to comment.