Prev: cfg80211: HT40 fix for APs with odd country IEs for 2.6.33.y
Next: [PATCH 1/1] perf: add support for arch-dependent symbolic event names to "perf stat"
From: Jouni Malinen on 12 Mar 2010 03:10 On Fri, Mar 12, 2010 at 08:10:37AM +0100, Holger Schurig wrote: > > I think that is code for "replace it with something based on mac80211"... > > That's not going to happen, hostap + orinoco both work against fullmac chips, > which can't send arbitrary packets and therefore no 802.11 management frames. The Host AP mode in Prism 2/2.5/3 provides for a somewhat special situation.. It does actually allow sending of (almost) arbitrary packets and management frames in AP mode. In other words, it should be possible to create a mac80211-based AP mode driver for Prism 2/2.5/3 to replace the AP side of the Host AP driver. Whether anyone has enough interest and time to do that is another question, though. As far as station functionality is concerned, I would agree that mac80211 is not a good target for the Host AP driver. If AP side were to be made available as a mac80211-based driver, it could make more sense to merge station side from the Host AP driver into orinoco or some kind of combination of the driver. However, having two different drivers for same hardware issue would not go anywhere with this. One of the problems here is that the hardware is question is quite old and for many practical purposes obsolete, so finding people to work on this can get difficult. I can certainly come up with much better uses for my time.. ;-) -- Jouni Malinen PGP id EFC895FA -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Holger Schurig on 12 Mar 2010 03:20
> The Host AP mode in Prism 2/2.5/3 provides for a somewhat special > situation.. It does actually allow sending of (almost) arbitrary packets > and management frames in AP mode. Oh, thanks, I stand corrected. -- http://www.holgerschurig.de -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |