]> 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)
commitec0bb2187f25453ccc4a3bc63a1472ef52ae09a8
treeef5a3cb5642a6736e5bae7f1bafd9fd48f98a59f
parent05a7b2c4f76759eb2d23f0ac8847f075c75ae50d
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