Commit 5a06887b authored by Neil Horman's avatar Neil Horman Committed by David S. Miller

[ATALK]: Add ioctls to allow ifx txqueuelen sets/gets

Signed-off-by: default avatarNeil Horman <nhorman@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 901bc4af
......@@ -9,6 +9,7 @@
* Wesley Craig <netatalk@umich.edu>
*
* Fixes:
* Neil Horman : Added missing device ioctls
* Michael Callahan : Made routing work
* Wesley Craig : Fix probing to listen to a
* passed node id.
......@@ -1806,6 +1807,8 @@ static int atalk_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
case SIOCSIFHWADDR:
case SIOCGIFFLAGS:
case SIOCSIFFLAGS:
case SIOCGIFTXQLEN:
case SIOCSIFTXQLEN:
case SIOCGIFMTU:
case SIOCGIFCONF:
case SIOCADDMULTI:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment