Loading net/wireless/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -737,7 +737,7 @@ void cfg80211_unregister_wdev(struct wireless_dev *wdev) } EXPORT_SYMBOL(cfg80211_unregister_wdev); static struct device_type wiphy_type = { static const struct device_type wiphy_type = { .name = "wlan", }; Loading net/wireless/reg.c +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ static struct regulatory_request __rcu *last_request = /* To trigger userspace events */ static struct platform_device *reg_pdev; static struct device_type reg_device_type = { static const struct device_type reg_device_type = { .uevent = reg_device_uevent, }; Loading Loading
net/wireless/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -737,7 +737,7 @@ void cfg80211_unregister_wdev(struct wireless_dev *wdev) } EXPORT_SYMBOL(cfg80211_unregister_wdev); static struct device_type wiphy_type = { static const struct device_type wiphy_type = { .name = "wlan", }; Loading
net/wireless/reg.c +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ static struct regulatory_request __rcu *last_request = /* To trigger userspace events */ static struct platform_device *reg_pdev; static struct device_type reg_device_type = { static const struct device_type reg_device_type = { .uevent = reg_device_uevent, }; Loading