On Tue, 2011-10-04 at 16:47 -0700, Luis R. Rodriguez wrote: > /** > + * enum nl80211_dfs_regions - regulatory DFS regions > + * > + * @NL80211_DFS_UNSET: Country has no DFS master region specified > + * @NL80211_DFS_FCC_: Country follows DFS master rules from FCC > + * @NL80211_DFS_FCC_: Country follows DFS master rules from ETSI > + * @NL80211_DFS_JP_: Country follows DFS master rules from JP/MKK/Telec > + */ > +enum nl80211_cflags { > + NL80211_DFS_UNSET = 0, That seems odd -- nl80211 convention would be to just leave out the attribute. 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