Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224312
b: refs/heads/master
c: 8a23903
h: refs/heads/master
v: v3
  • Loading branch information
Mark Einon authored and John W. Linville committed Nov 15, 2010
1 parent 438bfb5 commit 160bfe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 87a46caf920515eb269df0109f0a61a958236568
refs/heads/master: 8a239033c355be998b8985f12f0cc3a9eaeb93e9
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00config.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void rt2x00lib_config_antenna(struct rt2x00_dev *rt2x00dev,
*/
if (!(ant->flags & ANTENNA_RX_DIVERSITY))
config.rx = rt2x00lib_config_antenna_check(config.rx, def->rx);
else if(config.rx == ANTENNA_SW_DIVERSITY)
else if (config.rx == ANTENNA_SW_DIVERSITY)
config.rx = active->rx;

if (!(ant->flags & ANTENNA_TX_DIVERSITY))
Expand Down

0 comments on commit 160bfe2

Please sign in to comment.