Re: Linux 2.0.36pre-patch 20

Andreas Haumer (andreas@xss.co.at)
Wed, 11 Nov 1998 12:14:25 +0100


Hi Alan,

Alan Cox wrote:
>
> ftp://ftp.linux.org.uk/pub/linux/alan/..
>
> Fixes
>
> o PCI ID for a newer lance chip
> o TCP should now handle syn+ack+data frames right again (KA9Q sends them)
> o ISDN4linux update - this should fix some stack overruns with Hisax
>
> Carry on testing ;)
>
Well, the "#ifdef MODULES" problem in isdn/hisax/config.c is gone now,
but there's now a compile problem in isdn/isdn_net.c instead... :-(

In function isdn_net_xmit, line 1193, the patch added the following
lines:

+ (void)isdn_net_recalc_timeout(ISDN_TIMRU_KEEPUP_OUT,
+ ISDN_TIMRU_PACKET_SKB, ndev, skb, 0);

Problem is, "ISDN_TIMRU_KEEPUP_OUT" and "ISDN_TIMRU_PACKET_SKB" aren't
defined anywhere in my kernel sources, so compilation fails...

I'll go and check what these TIMRU thing is all about...

- andreas

-- 
 Andreas Haumer         | email: andreas@xss.co.at | PGP key available
 *x Software + Systeme  | phone: +43.1.6001508     | on request.
 Buchengasse 67/8       |        +43.664.3004449   |   
 A-1100 Vienna, Austria |   fax: +43.1.6001507     | AH327-RIPE

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/