Re: ieee80211_input() and fragmented mbufs

2005-09-08 Thread Sam Leffler
Sebastien wrote: Hello, I'm passing ieee80211_input() heavily fragmented mbuf chains and it makes (at least) the function fail to parse beacons correctly. I have the "ieee80211_recv_mgmt: no ratesin beacon frame" message, and it makes the driver unable to scan for networks (always return no re

ieee80211_input() and fragmented mbufs

2005-09-07 Thread Sebastien
Hello, I'm passing ieee80211_input() heavily fragmented mbuf chains and it makes (at least) the function fail to parse beacons correctly. I have the "ieee80211_recv_mgmt: no ratesin beacon frame" message, and it makes the driver unable to scan for networks (always return no results). Defragmenti