Am Mittwoch, 31. August 2011, 17:51:20 schrieben Sie: > On Monday, August 29, 2011 16:15:47 Alexander Simon wrote: > > if (!ibss.channel || > > > > + ibss.channel->flags & IEEE80211_CHAN_PASSIVE_SCAN || > > > > ibss.channel->flags & IEEE80211_CHAN_NO_IBSS || > > > > - ibss.channel->flags & IEEE80211_CHAN_DISABLED) > > + ibss.channel->flags & IEEE80211_CHAN_RADAR) > > + return -EINVAL; > > Do you mind elaborating why this patch removes the IEEE80211_CHAN_DISABLED > check and adds the IEEE80211_CHAN_RADAR check instead ? Copy and paste error > ? You're right. I've adopted this from the check in cfg80211_can_use_ext_chan in net/wireless/chan.c and probably missed the DISABLED check. Thanks. Will be fixed in v3. Alex -- 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