Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74203
b: refs/heads/master
c: 0a06ea8
h: refs/heads/master
i:
  74201: 1e8d9d7
  74199: 3b5e1f5
v: v3
  • Loading branch information
David S. Miller committed Nov 20, 2007
1 parent 10eaf10 commit 2e24e9d
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: a572da43738f156a6c81034467da429903483687
refs/heads/master: 0a06ea87185531705e4417e3a051f81b64f210c1
2 changes: 1 addition & 1 deletion trunk/net/wireless/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd,
rtnl_lock();
ret = wireless_process_ioctl(net, ifr, cmd);
rtnl_unlock();
if (IW_IS_GET(cmd) && copy_to_user(arg, ifr, sizeof(struct ifreq)))
if (IW_IS_GET(cmd) && copy_to_user(arg, ifr, sizeof(struct iwreq)))
return -EFAULT;
return ret;
}
Expand Down

0 comments on commit 2e24e9d

Please sign in to comment.