• Arnd Bergmann's avatar
    slip/plip: use ndo_siocdevprivate · 76b5878c
    Arnd Bergmann authored
    slip and plip both use a couple of SIOCDEVPRIVATE ioctl
    commands that overload the ifreq layout in a way that is
    incompatible with compat mode.
    
    Convert to use ndo_siocdevprivate to allow passing the
    data this way, but return an error in compat mode anyway
    because the private structure is still incompatible.
    
    This could be fixed as well to make compat work properly.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    76b5878c
plip.c 34.9 KB