From: Yan-Hsuan Chuang <yhchuang@xxxxxxxxxxx> Set regulatory according to hints from kernel, and allows to report WW country code, by wiphy_apply_custom_regulatory(). Also add a Kconfig to let user to config if NL80211_REGDOM_SET_BY_USER is allowed. Refer to the commit log for more details v2 -> v3 * split patch set for further discussion Tzu-En Huang (2): rtw88: add regulatory process strategy for different chipset rtw88: support dynamic user regulatory setting drivers/net/wireless/realtek/rtw88/Kconfig | 10 ++++ drivers/net/wireless/realtek/rtw88/main.c | 6 ++- drivers/net/wireless/realtek/rtw88/main.h | 1 + drivers/net/wireless/realtek/rtw88/regd.c | 61 ++++++++++++++++++---- 4 files changed, 65 insertions(+), 13 deletions(-) -- 2.17.1