Here's the first version of at76c50x-usb which is a mac80211 port from at76_usb, which included own 802.11 stack. The driver has received almost no testing, I just associated few to times to an AP using WEP and iwconfig. My quick test showed problems already, for example sometimes I had to set essid twice before the driver associated. And I'm sure there are also loads of other issues. Patches welcome :) The driver is based on at76_usb mac80211 patches[1] plus some cosmetic changes to reflect the name change. Also I dropped the wpa patches for now due to stability issues. I'll readd wpa support after the driver is stable enough. John, please consider this driver as inclusion to the linux-testing tree. I don't consider this ready for mainline yet, I want to test this more first in case there are critical bugs. [1] http://git.kernel.org/?p=linux/kernel/git/linville/wireless-legacy.git;a=shortlog;h=at76 --- Kalle Valo (1): at76c50x-usb: add driver drivers/net/wireless/Kconfig | 8 drivers/net/wireless/Makefile | 2 drivers/net/wireless/at76c50x-usb.c | 2465 +++++++++++++++++++++++++++++++++++ drivers/net/wireless/at76c50x-usb.h | 463 +++++++ 4 files changed, 2938 insertions(+), 0 deletions(-) create mode 100644 drivers/net/wireless/at76c50x-usb.c create mode 100644 drivers/net/wireless/at76c50x-usb.h -- 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