Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203063
b: refs/heads/master
c: a3f84ca
h: refs/heads/master
i:
  203061: f4a8fc5
  203059: 64fd681
  203055: 9007dcc
v: v3
  • Loading branch information
Helmut Schaa authored and John W. Linville committed Jun 15, 2010
1 parent b3df3a2 commit b71afa7
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: 3afa626a05a1d9fceedb397a66e85c13e3ff2c26
refs/heads/master: a3f84ca4b8dc31d0034a8b23194a4470766c938c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2800lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ static void rt2800_config_txpower(struct rt2x00_dev *rt2x00dev,
u8 r1;

rt2800_bbp_read(rt2x00dev, 1, &r1);
rt2x00_set_field8(&reg, BBP1_TX_POWER, 0);
rt2x00_set_field8(&r1, BBP1_TX_POWER, 0);
rt2800_bbp_write(rt2x00dev, 1, r1);

rt2800_register_read(rt2x00dev, TX_PWR_CFG_0, &reg);
Expand Down

0 comments on commit b71afa7

Please sign in to comment.