Patch to add SIOC[G|S]IFTXQLEN to atalk_ioctl, so programs using appletalk can set interface txqueue lengths. ddp.c | 3 +++ 1 files changed, 3 insertions(+) Signed-off-by: Neil Horman <nhorman@xxxxxxxxxx> --- linux-2.6-latest-appletalk/net/appletalk/ddp.c.orig 2005-01-07 13:41:51.000000000 -0500 +++ linux-2.6-latest-appletalk/net/appletalk/ddp.c 2005-01-07 14:52:09.786673336 -0500 @@ -9,6 +9,7 @@ * Wesley Craig <netatalk@xxxxxxxxx> * * 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 @@ case SIOCSIFHWADDR: case SIOCGIFFLAGS: case SIOCSIFFLAGS: + case SIOCGIFTXQLEN: + case SIOCSIFTXQLEN: case SIOCGIFMTU: case SIOCGIFCONF: case SIOCADDMULTI: -- /*************************************************** *Neil Horman *Software Engineer *Red Hat, Inc. *nhorman@xxxxxxxxxx *gpg keyid: 1024D / 0x92A74FA1 *http://pgp.mit.edu ***************************************************/ - : send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html