Attention is currently required from: jolly, neels.
2 comments:
File src/isdn/lapd_core.c:
Patch Set #9, Line 1939: if ((dl->lapd_flags & LAPD_F_RTS) && !llist_empty(&dl->tx_queue)) {
This looks a bit weird. You return here if !llist_empty() (and RTS), but in lapd_ph_rts_ind() you call this function only if llist_empty().
I might be missing something, I'm not really familiar with this code.
Patch Set #9, Line 1945: next_frame:
Irrelevant for this patch, but this label really should be unindented.
To view, visit change 34985. To unsubscribe, or for help writing mail filters, visit settings.