diff options
author | Patrick McHardy <kaber@trash.net> | 2008-01-21 09:24:59 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-29 00:08:29 +0100 |
commit | 198a291ce3a9103f4738600e3cf5416b66e009d9 (patch) | |
tree | 0061845c87e33b6b0db51580433ea2e29e193714 /net/8021q/vlanproc.c | |
parent | [VLAN]: Clean up debugging and printks (diff) | |
download | linux-198a291ce3a9103f4738600e3cf5416b66e009d9.tar.xz linux-198a291ce3a9103f4738600e3cf5416b66e009d9.zip |
[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>
Diffstat (limited to 'net/8021q/vlanproc.c')
0 files changed, 0 insertions, 0 deletions