• Kai Germaschewski's avatar
    ISDN/HiSax: Share xmit_ready_d() · 4cfa7f10
    Kai Germaschewski authored
    Same as for the B-Channels. We need to make sure that this doesn't
    race with a new frame arriving from the upper layer, which will be done
    shortly by sharing the upper layer interface as well. Protection is
    provided by card->lock, which is now always taken around the entire
    interrupt - more coarse-grained than possible, but still better than
    the global cli(), and correctness and simplicity first.
    4cfa7f10
w6692.c 24.8 KB