On Fri, May 15, 2009 at 06:14:23AM -0700, Yousef Alhashemi wrote: > Now I understand that networking (or the networking subsystem) is > fairly complicated, but I was wondering if the there is any clean up > work that I can help with (that will hopefully get me familiarized > with the kernel in general, and the networking stuff in particular). > I'm also wondering if anyone here would be willing to give me a little > bit of hand-holding with the more advanced stuff (if help is needed in > a particular area but that area is too difficult for a starter like me > to undertake). drivers/staging has an embarassingly large number of wireless drivers in it. They are there for various reasons, mostly centering around either attrocious style/maintainability issues or flagrant duplication of functionality with mainline kernel infrastructure (i.e. should be using mac80211 instead of their internal stack). If you have (or can get) access to any of the covered wireless hardware, anything you can do to correct style/maintainability issues, keep up-to-date with changing kernel APIs, and (especially) porting to the mac80211 infrastructure would be most useful. Hth! John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html