• David Brownell's avatar
    [PATCH] USB Gadget: ethernet gadget locking tweaks · eb9c3a28
    David Brownell authored
    [USB] ethernet gadget, locking tweaks
    
    This problem showed pretty quickly on an SMP system.  Basically,
    access to the freelist (tx more than rx) needs a spinlock.
    
    Stop repeating some alloc_etherdev() work.  Disable DEBUG messages.
    eb9c3a28
ether.c 49.6 KB