• Stephen Hemminger's avatar
    [AX25]: Make sure and hold ref to dev. · 555eb282
    Stephen Hemminger authored
    The lower layers of ax25 hold a reference to the underlying device
    but don't increment the ref count. This is safe because it does the
    right thing when UNREGISTER notification comes in, but it is better
    to do the right thing.
    555eb282
ax25_dev.c 4.87 KB