Subject: Re: ralink wireless drivers
To: FUKAUMI Naoki <fun@naobsd.org>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: tech-net
Date: 07/04/2005 21:23:04
fun@naobsd.org said:
> Are the IEEE80211_C_WEP flags removed from my patch?

No, there are identical lines:

        /* set device capabilities */
        ic->ic_caps = IEEE80211_C_MONITOR | IEEE80211_C_IBSS |
            IEEE80211_C_HOSTAP | IEEE80211_C_SHPREAMBLE | IEEE80211_C_SHSLOT |
            IEEE80211_C_PMGT | IEEE80211_C_TXPMGT | IEEE80211_C_WEP;

in both the USB and PCI versions still.
(which should be unified as soon as things are working that far that
we can detect regressions)

best regards
Matthias