Quoting Alex Davis <alex14641@xxxxxxxxx>: > I merged Michael's changes. It doesn't panic anymore, but I still can't > associate. Here's the > output from wpa_supplicant 0.4.9: I'm sorry! I didn't realize git would be merging two branches. I did try my commands, but I didn't notice the message about merging. If you merge two branches, you are pulling the bugs from wireless.dev into the bcm43xx branch. You need to remove the merge by resetting the local branch to the remote branch. Please use this command: git-reset --hard remotes/bcm43xx/master bcm43xx is the name you used in the git-remote command. Perhaps we need some kind of git wrapper to deal with all that complexity of having multiple remotes in one repository. I'll ask in the git list. It doesn't look like an exotic case anymore. Once you have reverted the branch, disable CONFIG_CFG80211 in .config - it's not ready yet. This would fix the iwconfig output. As for association timeout, it's probably unrelated, bit it would be helpful if you recheck it on clean sources. It's possible wpa_supplicant doesn't get the AP MAC address properly. -- Regards, Pavel Roskin - 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