Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/ath
Lior David 2690c4c0e8 wil6210: fix wiphy registration sequence
Currently wiphy structure is initialized and registered
in wil_if_alloc, before some information is available such
as MAC address and capabilities. As a result there is a
small chance user space will get incorrect information
from calls such as NL80211_CMD_GET_WIPHY.
Fix this by seperating the registration and moving it
to wil_if_add which is executed later, after all
relevant information is known.

Signed-off-by: Lior David <qca_liord@qca.qualcomm.com>
Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2016-08-19 13:11:28 +03:00
..
2016-08-19 13:07:06 +03:00
2016-06-04 17:58:14 +03:00
2016-04-12 15:56:15 +02:00
2015-11-18 14:28:31 +02:00
2016-04-12 15:56:15 +02:00