Home
last modified time | relevance | path

Searched hist:"198 a291ce3a9103f4738600e3cf5416b66e009d9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/8021q/
H A Dvlan.cdiff 198a291ce3a9103f4738600e3cf5416b66e009d9 Mon Jan 21 02:24:59 CST 2008 Patrick McHardy <kaber@trash.net> [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>