Skip to content
  • Philippe Gerum's avatar
    net/stack: export services to switch interface up/down · 05cc9c99
    Philippe Gerum authored
    
    
    We may want to force a rtnet interface up, and more likely down before
    unloading a driver module.
    
    Export the ioctl() code which handles the IOC_RT_IFUP/IFDOWN core
    ioctl requests as standalone routines. The locking model remains
    unchanged, with ioctl() requests and direct service calls serializing
    on the per-device lock.
    
    Signed-off-by: default avatarPhilippe Gerum <rpm@xenomai.org>
    05cc9c99