Date: Tue, 5 Jun 2001 04:50:04 -0700 (PDT) From: Martin Blapp <mb@imp.ch> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/24137: Aironet driver breaks after firmware upgrade Message-ID: <200106051150.f55Bo4658471@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/24137; it has been noted by GNATS. From: Martin Blapp <mb@imp.ch> To: <freebsd-gnats-submit@FreeBSD.org> Cc: <asaddi@philosophysw.com> Subject: Re: kern/24137: Aironet driver breaks after firmware upgrade Date: Tue, 5 Jun 2001 13:49:37 +0200 (CEST) Hi, This issue still exists. Your patch has been comitted to CURRENT, but as you said there were two bytes, not one. I have now: - u_int16_t an_spare[2]; + u_int16_t an_spare[5]; and now it works good. (Maybe four is enough, but with three, I still get the same checksum missmatch.) Martin Martin Blapp, mb@imp.ch ------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01 ------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106051150.f55Bo4658471>