Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66769
b: refs/heads/master
c: 25ab002
h: refs/heads/master
i:
  66767: 397ac6b
v: v3
  • Loading branch information
Ivo van Doorn authored and David S. Miller committed Oct 10, 2007
1 parent 9309063 commit 8b667b4
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 3e30968e55e43ef08ee08c71258711a79c550f25
refs/heads/master: 25ab002f94c73d9f214130fe0e0a8065e7b55841
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,13 @@ static void rt2x00lib_link_tuner(struct work_struct *work)
struct rt2x00_dev *rt2x00dev =
container_of(work, struct rt2x00_dev, link.work.work);

/*
* When the radio is shutting down we should
* immediately cease all link tuning.
*/
if (!test_bit(DEVICE_ENABLED_RADIO, &rt2x00dev->flags))
return;

/*
* Update statistics.
*/
Expand Down

0 comments on commit 8b667b4

Please sign in to comment.