On Wed, Feb 06, 2013 at 06:36:13PM +0100, Johannes Berg wrote: > On Mon, 2013-02-04 at 13:49 +0100, Simon Wunderlich wrote: > > > +++ b/net/mac80211/cfg.c > > > @@ -1796,6 +1797,7 @@ static int ieee80211_join_mesh(struct wiphy *wiphy, struct net_device *dev, > > /* can mesh use other SMPS modes? */ > > sdata->smps_mode = IEEE80211_SMPS_OFF; > > sdata->needed_rx_chains = sdata->local->rx_chains; > > + sdata->radar_required = true; > > err? Oops ... will remove that. Sorry! Simon