Re: [PATCH 05/11] isdn/gigaset: improve CAPI message debugging
David Miller <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.isdn.i4l.devel,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
From: Tilman Schmidt <[email protected]> Date: Tue, 6 Jul 2010 02:18:59 +0200 (CEST) > @@ -384,7 +388,7 @@ void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *dskb) > > /* don't send further B3 messages if disconnected */ > if (bcs->apconnstate < APCONN_ACTIVE) { > - gig_dbg(DEBUG_LLDATA, "disconnected, discarding ack"); > + gig_dbg(DEBUG_MCMD, "disconnected, discarding ack"); > return; > } This is against something other than net-next-2.6 even with your other two ISDN patches applied, because all of these lines read "if (ap->connected ..." Please tell me what exactly these patches are against so that I can apply them to net-next-2.6 cleanly.