On So, 2009-09-13 at 19:05 +0200, Daniel Schmitt wrote: > > Does anybody know what I can change in OpenWRT relating to PCI options for > WP188? That maybe totally off topic, but: I fiddled a bit with getting wireless running on an ASUS WL-520GU router. I noticed the following:
OpenWRT's mac80211 package does _delete_ wireless-compat's /include/linux/ssb directory, forcing compaqt-wireless to use the kernel's ssb headers. This is absolutely necessary for broadcom devices (like mine). I dunno if it also uses the kernel's ssb modules, for my broadcom device, all this ssb stuff is built into the kernel. You can extract the compat wireless package somewhere, and diff it against the kernel headers. To be honest, I do NOT think this makes the problems - I tried to upgrade to compat-wireless-2009-09-02, and it did not even compile against the kernel headers. Then I created a small patch, only upgrading the in-kernel headers and some ssb functionality, and now it works (albeit a bit slow). > > Thanks for any help, > Daniel > _______________________________________________ > Bcm43xx-dev mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/bcm43xx-dev _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
