Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134623
b: refs/heads/master
c: 7f50ca0
h: refs/heads/master
i:
  134621: e2eb0ad
  134619: 0356c1b
  134615: 71a91f3
  134607: 2bbb25f
  134591: b95124d
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 18, 2009
1 parent d1de3f3 commit 9616619
Show file tree
Hide file tree
Showing 3 changed files with 4 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: b9da9e9544724ee25af493bf117e2a8413be34a8
refs/heads/master: 7f50ca07fffdfa8f74ff62e54bf569c745e906e5
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/prism54/isl_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2981,7 +2981,8 @@ prism54_set_spy(struct net_device *ndev,
union iwreq_data *uwrq, char *extra)
{
islpci_private *priv = netdev_priv(ndev);
u32 u, oid = OID_INL_CONFIG;
u32 u;
enum oid_num_t oid = OID_INL_CONFIG;

down_write(&priv->mib_sem);
mgt_get(priv, OID_INL_CONFIG, &u);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/prism54/oid_mgt.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ int
mgt_commit(islpci_private *priv)
{
int rvalue;
u32 u;
enum oid_num_t u;

if (islpci_get_state(priv) < PRV_STATE_INIT)
return 0;
Expand Down

0 comments on commit 9616619

Please sign in to comment.