[layer23] Disabled flow control between LAPDm and layer1.

This commit is contained in:
Andreas.Eversberg 2010-09-19 20:48:04 +00:00
parent c88897120e
commit fae41cac5c
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ static int tx_ph_data_enqueue(struct lapdm_datalink *dl, struct msgb *msg,
}
/* send the frame now */
le->tx_pending = 1;
le->tx_pending = 0; /* disabled flow control */
lapdm_pad_msgb(msg, n201);
return l1ctl_tx_data_req(ms, msg, chan_nr, link_id);
}