Hin-Tak Leung wrote: > > I don't know the verdict yet - but I think we need to either revert Johannes's earlier patch, or have this change from Larry incoporated, ASAP. > > Hin-Tak No, the best solution is to incorporate Johannes patch of today. Now that I understand what happened, my patch just wallpapers over his mistake. To explain how that happened, he used NL80211_IFTYPE_STATION (2) when he meant BIT(NL80211_IFTYPE_STATION)(4). My "fix" works because BIT(NL80211_IFTYPE_ADHOC) == NL80211_IFTYPE_STATION. Larry -- 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