The internal guards for no-ibss and passive-scan flags were left in case drivers were still using them. All drivers have now been converted so remove these guards. Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> --- include/net/cfg80211.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 45eb9aa..54cc9f8 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -122,9 +122,6 @@ enum ieee80211_channel_flags { IEEE80211_CHAN_NO_160MHZ = 1<<8, }; -#define IEEE80211_CHAN_PASSIVE_SCAN IEEE80211_CHAN_NO_IR -#define IEEE80211_CHAN_NO_IBSS IEEE80211_CHAN_NO_IR - #define IEEE80211_CHAN_NO_HT40 \ (IEEE80211_CHAN_NO_HT40PLUS | IEEE80211_CHAN_NO_HT40MINUS) -- 1.8.4.rc3 -- 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