]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: Notify all User Hints To self managed wiphys
authorSriram R <srirrama@codeaurora.org>
Thu, 6 Dec 2018 10:04:57 +0000 (15:34 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 25 Jan 2019 13:05:31 +0000 (14:05 +0100)
commit3188efd808a9005a309fa7bdff332073b1186c40
treed4975ebc9575aa245399998e19d4ccd16798c8d8
parent571b62d69970f54e2013080a642bcf83bfdf06e4
cfg80211: Notify all User Hints To self managed wiphys

Currently Self Managed WIPHY's are not notified on any
hints other than user cell base station hints.
Self Managed wiphy's basically rely on hints from firmware
and its local regdb for regulatory management, so hints from wireless
core can be ignored. But all user hints needs to be notified
to them to provide flexibility to these drivers to honour or
ignore these user hints.

Currently none of the drivers supporting self managed wiphy
register a notifier with cfg80211. Hence this change does not affect
any other driver behavior.

Signed-off-by: Sriram R <srirrama@codeaurora.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c