diff options
| author | Karsten Keil <kkeil@linux-pingi.de> | 2012-05-15 19:51:02 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-05-16 15:22:29 -0400 |
| commit | 8bfddfbe2100862fd39b97001d0559ccd4c77f19 (patch) | |
| tree | 587d69b18f6b7ed23eb02577f1d531c626c36216 /include/linux | |
| parent | 1368112c07bae879fa3d1c21f236ca8eea3e5e84 (diff) | |
mISDN: Early confirm for transparent data
It is better to send a confirm for transparent data early as possible
to avoid TX underuns.
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mISDNhw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mISDNhw.h b/include/linux/mISDNhw.h index de165b54237b..491afd6d5709 100644 --- a/include/linux/mISDNhw.h +++ b/include/linux/mISDNhw.h | |||
| @@ -182,7 +182,6 @@ extern void recv_Echannel(struct dchannel *, struct dchannel *); | |||
| 182 | extern void recv_Bchannel(struct bchannel *, unsigned int id); | 182 | extern void recv_Bchannel(struct bchannel *, unsigned int id); |
| 183 | extern void recv_Dchannel_skb(struct dchannel *, struct sk_buff *); | 183 | extern void recv_Dchannel_skb(struct dchannel *, struct sk_buff *); |
| 184 | extern void recv_Bchannel_skb(struct bchannel *, struct sk_buff *); | 184 | extern void recv_Bchannel_skb(struct bchannel *, struct sk_buff *); |
| 185 | extern void confirm_Bsend(struct bchannel *bch); | ||
| 186 | extern int get_next_bframe(struct bchannel *); | 185 | extern int get_next_bframe(struct bchannel *); |
| 187 | extern int get_next_dframe(struct dchannel *); | 186 | extern int get_next_dframe(struct dchannel *); |
| 188 | 187 | ||
