]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: Notify previous user request during self managed wiphy registration
authorSriram R <srirrama@codeaurora.org>
Tue, 16 Apr 2019 05:46:33 +0000 (11:16 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 23 Apr 2019 11:45:30 +0000 (13:45 +0200)
commit768a4753d3c2d5b8c0eeca7493491eb6b6e46364
treef151c5365cd49f6ba6462a453ff384fb8734fc60
parent7b0c2e13957187248845b488eec9836b60205177
cfg80211: Notify previous user request during self managed wiphy registration

Commit d23707eec694("cfg80211: Notify all User Hints To self managed wiphys")
notified all new user hints to self managed wiphy's after device registration.
But it didn't do this for anything other than cell base hints done before
registration.

This needs to be done during wiphy registration of a self managed device also,
so that the previous user settings are retained.

Fixes: d23707eec694 ("cfg80211: Notify all User Hints To self managed wiphys")
Signed-off-by: Sriram R <srirrama@codeaurora.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c