Obvious patch really, but I guess the filtering thing should be figured out first ... this is just for people who want to keep using ath9k after updates to the supplicant and already have a patched kernel. --- drivers/net/wireless/ath/ath9k/init.c | 2 ++ 1 file changed, 2 insertions(+) --- wireless-testing.orig/drivers/net/wireless/ath/ath9k/init.c 2010-09-16 14:08:48.000000000 +0200 +++ wireless-testing/drivers/net/wireless/ath/ath9k/init.c 2010-09-16 14:09:03.000000000 +0200 @@ -638,6 +638,8 @@ void ath9k_set_hw_capab(struct ath_softc hw->flags |= IEEE80211_HW_MFP_CAPABLE; hw->wiphy->interface_modes = + BIT(NL80211_IFTYPE_P2P_GO) | + BIT(NL80211_IFTYPE_P2P_CLIENT) | BIT(NL80211_IFTYPE_AP) | BIT(NL80211_IFTYPE_STATION) | BIT(NL80211_IFTYPE_ADHOC) | -- 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