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 ? Cheers, Marek -- 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