Hi Greg,

this is a fix for the DHCP problem people have reported.
Please apply this to your 2.4 tree.

        Regards
                Oliver

You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.

===================================================================


[EMAIL PROTECTED], 2003-02-06 19:57:01+01:00, [EMAIL PROTECTED]
  - fix dhcp problem by correct length calculation
  Thanks to Oliver Kurth


 kaweth.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/usb/kaweth.c b/drivers/usb/kaweth.c
--- a/drivers/usb/kaweth.c      Thu Feb  6 19:57:47 2003
+++ b/drivers/usb/kaweth.c      Thu Feb  6 19:57:47 2003
@@ -700,7 +700,7 @@
 static int kaweth_start_xmit(struct sk_buff *skb, struct net_device *net)
 {
        struct kaweth_device *kaweth = net->priv;
-       char *private_header;
+       u16 *private_header;
 
        int res;
 
@@ -732,7 +732,7 @@
        }
 
        private_header = __skb_push(skb, 2);
-       *private_header = cpu_to_le16(skb->len);
+       *private_header = cpu_to_le16(skb->len-2);
        kaweth->tx_skb = skb;
 
        FILL_BULK_URB(kaweth->tx_urb,

===================================================================


This BitKeeper patch contains the following changesets:
1.896
## Wrapped with gzip_uu ##


begin 664 bkpatch4414
M'XL(`"RP0CX``\54[VO;,!#]'/T5!_VRK=B^LRW;<7')UHYM9-"0K9^#(VMQ
ML&,965Y;\!\_Q1DMV[*P7S`A$-:=WKUW]_`9W'92IQ-5;S]+S<[@K>J,_92-
M:J1;JIVLMTU_[RJ]L<&E4C;H[:^]PPMO73E&2]EY?;=V?#=D-FV1&U&"C7;I
MA-S@\<8\M#*=+%^_N7W_<LE8EL%5F3<;^4$:R#*VKF9%+VNWTBHO]Q6'Q_#@
M(Q)R)#\((_0'C)'X$,5%'H<!3CD/"Y+$#IQFQ]A_BQ6@CY&%Y#0=*(JG";L&
M<I-I!!AXZ'L8`4U3'J=(YT@I(IR`AG,"!]DK^'L!5TR``Y^V]U"4HH56JW4M
M=[!^`*&TEL)`+9N-*4'DM>CKW&Q58Y]\M&6J#HR"FY$FS'MM2C8'2FC*V>*I
MS\SYS<48YL@NH=U/<-:IO/TJK[&B"KVO-L[>J_([:4I7')0F%%#,K=8AM-IP
M"/Q(6"ZQ*(J89$RG^OE3V'%JE/`8<0B3D(+10\>R]W;ZQXS91LO-[(`DU.X$
M2;+#13O5T)+DY(_6\OD/SL)?<98/CO__G#6'0YMOP-%WX[:&6!SM^!\8ZSK&
M`(B].QR3GB)XT5KHW,A5*?-"Z@N;$_`Q9SPFW\4A`]'V*Z-6M:3H65>MG4LK
=P_&?7SS]AT0I1=7UNTR().91'K$OC!LC"O4$````
`
end



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to