Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118316
b: refs/heads/master
c: 87bf24f
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Oct 29, 2008
1 parent 904916d commit 4d601e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 10d0bd56966571d0324dfd9bbb8aa913a60bef5f
refs/heads/master: 87bf24f3d2e076468deaa5181d44184887072904
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/libertas/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,9 @@ int lbs_get_tx_power(struct lbs_private *priv, s16 *curlevel, s16 *minlevel,
if (ret == 0) {
*curlevel = le16_to_cpu(cmd.curlevel);
if (minlevel)
*minlevel = le16_to_cpu(cmd.minlevel);
*minlevel = cmd.minlevel;
if (maxlevel)
*maxlevel = le16_to_cpu(cmd.maxlevel);
*maxlevel = cmd.maxlevel;
}

lbs_deb_leave(LBS_DEB_CMD);
Expand Down

0 comments on commit 4d601e9

Please sign in to comment.