Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203328
b: refs/heads/master
c: 8654b79
h: refs/heads/master
v: v3
  • Loading branch information
Helmut Schaa authored and John W. Linville committed Jun 30, 2010
1 parent 323f60d commit b2aa80b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: fa43750f00dc1699b24f5b441ab5fa79157a6b1f
refs/heads/master: 8654b79f9cad1095c905d407193f1230d073786d
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/rt2x00/rt2x00link.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,11 @@ void rt2x00link_start_tuner(struct rt2x00_dev *rt2x00dev)

/*
* Link tuning should only be performed when
* an active sta or master interface exists.
* Single monitor mode interfaces should never have
* work with link tuners.
* an active sta interface exists. AP interfaces
* don't need link tuning and monitor mode interfaces
* should never have to work with link tuners.
*/
if (!rt2x00dev->intf_ap_count && !rt2x00dev->intf_sta_count)
if (!rt2x00dev->intf_sta_count)
return;

rt2x00link_reset_tuner(rt2x00dev, false);
Expand Down

0 comments on commit b2aa80b

Please sign in to comment.