]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: add scan flag to indicate its priority
authorSam Leffler <sleffler@chromium.org>
Fri, 12 Oct 2012 04:03:32 +0000 (21:03 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 18 Oct 2012 07:01:50 +0000 (09:01 +0200)
commit47ec461502db30823d68a36a351d0da55d7ced12
treeef5a3cb5642a6736e5bae7f1bafd9fd48f98a59f
parent5cf243d7784db870171f0549c3607ce1cc99a572
cfg80211: add scan flag to indicate its priority

Add NL80211_SCAN_FLAG_LOW_PRIORITY flag support. It tells drivers
that this is a low priority scan request, so that they can take
necessary action.
Drivers need to advertise low priority scan capability during
registration.

Signed-off-by: Sam Leffler <sleffler@chromium.org>
Tested-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/uapi/linux/nl80211.h
net/wireless/nl80211.c