Johannes, I am unable to connect to my AP with at76c50x-usb. I believe the cause is at76c50x-usb and mac80211 trying to send separate auth and assoc packets to an AP. Unfortunately the packets for these commands, while sent over USB to the device, are not actually transmitted. My understanding is prior to joining a network, packet transmission is block. However, there is a USB command, CMD_JOIN, for connecting to wireless networks. Kalle, please correct me if I am wrong on any details. CMD_JOIN is a good mapping for cfg80211_ops connect. The complication is that at76c50x-usb inherits mac80211_config_ops and there does not seem to be a way to disable auth and assoc in addition to overriding connect. Have you thought about such functionality and do you have any ideas about how it would (or should) be implemented? Thanks, Jason -- 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