[VLAN]: Remove non-implemented ioctls
authorPatrick McHardy <kaber@trash.net>
Mon, 21 Jan 2008 08:24:59 +0000 (00:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:08:29 +0000 (15:08 -0800)
commit198a291ce3a9103f4738600e3cf5416b66e009d9
tree0061845c87e33b6b0db51580433ea2e29e193714
parent40f98e1af4c6082f7f98391540a2a1ade030480a
[VLAN]: Remove non-implemented ioctls

The GET_VLAN_INGRESS_PRIORITY_CMD/GET_VLAN_EGRESS_PRIORITY_CMD ioctls are
not implemented and won't be, new functionality will be added to the netlink
interface. Remove the code and make the ioctl handler return -EOPNOTSUPP
for unknown commands instead of -EINVAL.

Also remove a comment about passing unknown commands to the underlying
device, that doesn't make any sense since its a VLAN specific ioctl and
if its not implemented here, its implemented nowhere.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan.c
This page took 0.040856 seconds and 5 git commands to generate.