aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorNeil Horman <nhorman@gmail.com>2005-01-13 05:05:27 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2005-01-13 05:05:27 -0800
commit5a06887b8f44a29b8c97e8f2faf760fcb6583499 (patch)
tree8396cff7765715ff9823e55a6c8057ef070bbcf1 /net
parent901bc4af5890f9c1bd30993792ab8d2680a1c554 (diff)
downloadhistory-5a06887b8f44a29b8c97e8f2faf760fcb6583499.tar.gz
[ATALK]: Add ioctls to allow ifx txqueuelen sets/gets
Signed-off-by: Neil Horman <nhorman@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/appletalk/ddp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c
index 7e14b9cc5b0486..123d928183b87b 100644
--- a/net/appletalk/ddp.c
+++ b/net/appletalk/ddp.c
@@ -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: