On Mon, 2012-06-18 at 18:02 +0300, Goldenshtein, Victor wrote: > On Mon, Jun 18, 2012 at 5:59 PM, Johannes Berg > <johannes@xxxxxxxxxxxxxxxx> wrote: > > On Mon, 2012-06-18 at 17:46 +0300, Victor Goldenshtein wrote: > >> In continuation to proposed RFC, this patch set (with hostap patch > >> series) adds support for DFS (Dynamic Frequency Selection) according > >> 802.11h. > > > > Please fix coding style in this patchset first. There are various places > > with bad indentation etc. > > > > johannes > > > > I have checked all patches with checkpatch, zero warnings. > Maybe only the cover letter has some style problems? checkpatch isn't a replacement for reviewing code :-) try --strict anyway e.g. + if ((!(chan->flags & IEEE80211_CHAN_RADAR) || !dfs_supported) && + ((chan->flags & (IEEE80211_CHAN_NO_IBSS | IEEE80211_CHAN_RADAR | + IEEE80211_CHAN_PASSIVE_SCAN)))) goto fail; 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