Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13568
b: refs/heads/master
c: 22501c8
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and James Ketrenos committed Nov 7, 2005
1 parent 033ad91 commit c71a57c
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: 0ece35b557c5097c90df9e8fbf47e4da46377df1
refs/heads/master: 22501c8ed70398178e8c8d55e65da97b7e7fb610
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -8957,7 +8957,7 @@ static int ipw_wx_get_txpow(struct net_device *dev,
up(&priv->sem);

IPW_DEBUG_WX("GET TX Power -> %s %d \n",
wrqu->power.disabled ? "ON" : "OFF", wrqu->power.value);
wrqu->power.disabled ? "OFF" : "ON", wrqu->power.value);

return 0;
}
Expand Down

0 comments on commit c71a57c

Please sign in to comment.