Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127765
b: refs/heads/master
c: 148bc43
h: refs/heads/master
i:
  127763: 9bd9770
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jan 6, 2009
1 parent 004942b commit 27b5c67
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: 53a3294e26c49622daa14c1d8540500f568ded99
refs/heads/master: 148bc4303f9ba972cbfe5d30dfec93ec0d8ff1e1
4 changes: 2 additions & 2 deletions trunk/net/wireless/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,8 +1055,8 @@ static int wireless_process_ioctl(struct net *net, struct ifreq *ifr,
return private(dev, iwr, cmd, info, handler);
}
/* Old driver API : call driver ioctl handler */
if (dev->do_ioctl)
return dev->do_ioctl(dev, ifr, cmd);
if (dev->netdev_ops->ndo_do_ioctl)
return dev->netdev_ops->ndo_do_ioctl(dev, ifr, cmd);
return -EOPNOTSUPP;
}

Expand Down

0 comments on commit 27b5c67

Please sign in to comment.