Netdev List
 help / color / mirror / Atom feed
* [PATCH 28/28] mISDN: Remove additonal PH_DATA confirm for raw data
@ 2012-04-21 16:27 Karsten Keil
  0 siblings, 0 replies; only message in thread
From: Karsten Keil @ 2012-04-21 16:27 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, isdn4linux

Now the confirm is already done in get_next_bframe to
allow early delivery of the next data from higher layers.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
---
 drivers/isdn/hardware/mISDN/hfcmulti.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/drivers/isdn/hardware/mISDN/hfcmulti.c b/drivers/isdn/hardware/mISDN/hfcmulti.c
index 50d10ea..7662148 100644
--- a/drivers/isdn/hardware/mISDN/hfcmulti.c
+++ b/drivers/isdn/hardware/mISDN/hfcmulti.c
@@ -2180,10 +2180,6 @@ next_frame:
 		HFC_wait_nodebug(hc);
 	}
 
-	/* send confirm, since get_net_bframe will not do it with trans */
-	if (bch && test_bit(FLG_TRANSPARENT, &bch->Flags))
-		confirm_Bsend(bch);
-
 	/* check for next frame */
 	dev_kfree_skb(*sp);
 	if (bch && get_next_bframe(bch)) { /* hdlc is confirmed here */
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-23 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-21 16:27 [PATCH 28/28] mISDN: Remove additonal PH_DATA confirm for raw data Karsten Keil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox