• Stephen Hemminger's avatar
    [NET]: Fix syncppp wan device regression. · 43dc8a31
    Stephen Hemminger authored
    In 2.6.0-test6, I put in a patch which fixed sealevel driver, but broke
    all the other wan devices because it got rid of one level of indirection.
    
    This puts back the indirection, and hopefully prevents others from
    misreading it the same way. The SPPP drivers expect that
    netdev->priv points to device local structure whose first element
    is a pointer to the ppp device. 
    43dc8a31
syncppp.c 39 KB