On Wed, 2012-05-09 at 23:28 +0200, Tobias Diedrich wrote: > This seems to be the crucial hunk (and it conveniently ermoves a > check against NL80211_IFTYPE_AP), if I revert just this it works for > me: > > Index: compat-wireless-2012-04-17/net/mac80211/iface.c > =================================================================== > --- compat-wireless-2012-04-17.orig/net/mac80211/iface.c 2012-05-09 01:00:39.197975402 +0200 > +++ compat-wireless-2012-04-17/net/mac80211/iface.c 2012-05-09 01:02:32.514918371 +0200 > @@ -411,8 +407,7 @@ > ieee80211_bss_info_change_notify(sdata, changed); > > if (sdata->vif.type == NL80211_IFTYPE_STATION || > - sdata->vif.type == NL80211_IFTYPE_ADHOC || > - sdata->vif.type == NL80211_IFTYPE_AP) > + sdata->vif.type == NL80211_IFTYPE_ADHOC) > netif_carrier_off(dev); Well ... yeah, if you remove this change all the other changes don't really do anything so that's not really surprising :) johannes -- 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