This is the v4 series prepared by Amitkumar Karwar. 1) "wiphy->features" is used instead of "wiphy->flags" to advertise scan features. (Johannes Berg) 2) Added support to disable scan flush if driver requests for it explicitly. (Johannes Berg) 3) Used msecs_to_jiffies() to convert time interval into jiffies for comparison (Johannes Berg) --- Amitkumar Karwar (1): cfg80211: code rearrangement to avoid forward declarations Sam Leffler (4): {nl,cfg}80211: add a flags word to scan requests cfg80211: add scan flag to indicate its priority cfg80211: add support for flushing old scan results mac80211: add support for tx to abort low priority scan requests include/linux/nl80211.h | 24 +++++++++ include/net/cfg80211.h | 7 +++ net/mac80211/ieee80211_i.h | 2 + net/mac80211/main.c | 3 +- net/mac80211/scan.c | 21 ++++++-- net/wireless/nl80211.c | 30 +++++++++++ net/wireless/scan.c | 120 +++++++++++++++++++++++++++----------------- net/wireless/sme.c | 1 + 8 files changed, 156 insertions(+), 52 deletions(-) -- 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