]> 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)
commit818ae47a3062d1fe586e47689dcc0f05c55131fe
treef151c5365cd49f6ba6462a453ff384fb8734fc60
parentde7c90bd454bab1d0de7aafdf02b94b38af5b3e1
cfg80211: Notify previous user request during self managed wiphy registration

Commit 3188efd808a9("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: 3188efd808a9 ("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