| Summary: | Aironet driver breaks after firmware upgrade | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Allan Saddi <asaddi> | ||||
| Component: | kern | Assignee: | Brooks Davis <brooks> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.2-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Allan Saddi
2001-01-07 23:40:02 UTC
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 ------------------------------------------------ State Changed From-To: open->closed Fix committed to current and stable. Responsible Changed From-To: freebsd-bugs->brooks I committed the fix so followups can go to me if they happen. |