7.0-RELEASE && panic after ~4 hours
Sam Leffler
sam at freebsd.org
Thu Mar 27 08:51:46 PDT 2008
Sepherosa Ziehau wrote:
> On Thu, Mar 27, 2008 at 1:53 PM, Sam Leffler <sam at freebsd.org> wrote:
>
> I just did a rewrite of wi that takes a different tack that might also
>> work for ipw. I set the card in monitor mode and scan using net80211 to
>>
>
> I tried that way, when I wrote the new driver for ipw2100. It does
> not work on certain parts though: some parts can't hear packets or
> receive junked packets on channels above 11 when in monitor mode, but
> these parts work (e.g. scan) just fine in STA mode on channels above
> 11.
> Linux's intel driver uses different channel mask (different location
> in EEPROM) for IBSS and monitor mode, this channel mask contains less
> channels than the BSS channel mask. Though IBSS mode just works fine
> on all BSS channels listed in BSS channel mask, monitor mode only work
> on channels listed in the other channel mask.
>
> BTW, do you also imply that you inject scan probe packets in monitor mode ;)?
>
I can for wi; that's why I did the experiment. I haven't tested a wide
variety of cards (my Lucent cards are AWOL) but it works so far on
various Intersil/Prism cards. On older cards like the MA401 scanning is
slower than using firmware as I sometimes don't see traffic on a channel
for a scan but since these cards are 11b only it doesn't seem like a big
deal (i.e. very few channels to visit). The other thing I did was drop
support for Symbol cards as the driver did numerous handstands to
accomodate it. The result is that wi is now one of the smallest drivers
in lines of code.
Sam
More information about the freebsd-mobile
mailing list