patch-2.1.103 linux/drivers/isdn/hisax/hfc_2bds0.c
Next file: linux/drivers/isdn/hisax/hscx_irq.c
Previous file: linux/drivers/char/esp.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu May 14 18:42:23 1998
- Orig file:
v2.1.102/linux/drivers/isdn/hisax/hfc_2bds0.c
- Orig date:
Wed Apr 1 20:11:50 1998
diff -u --recursive --new-file v2.1.102/linux/drivers/isdn/hisax/hfc_2bds0.c linux/drivers/isdn/hisax/hfc_2bds0.c
@@ -1042,7 +1042,7 @@
del_timer(&cs->dbusytimer);
if (test_and_clear_bit(FLG_L1_DBUSY, &cs->HW_Flags))
sched_event_D(cs, D_CLEARBUSY);
- if (cs->tx_skb)
+ if (cs->tx_skb) {
if (cs->tx_skb->len) {
if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
hfc_fill_dfifo(cs);
@@ -1056,6 +1056,7 @@
cs->tx_cnt = 0;
cs->tx_skb = NULL;
}
+ }
if ((cs->tx_skb = skb_dequeue(&cs->sq))) {
cs->tx_cnt = 0;
if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov