• Stephen Hemminger's avatar
    [PATCH] sealevel -- syncppp startup fix · d67a614e
    Stephen Hemminger authored
    The sealevel driver called sppp_attach before checking that board existed
    and never called detach in the error path.
    
    My change is to call sppp_attach from the netdev->init hook which happens
    later in the process, and call detach from the uninit hook.
    
    Also, changed the structure element 'netdev' to 'pppdev' to avoid confusion.
    
    Here is the fix against 2.6.0-test5 latest
    d67a614e
sealevel.c 8.73 KB