]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/wireless/reg.c
cfg80211: regulatory: use RCU_INIT_POINTER
[mirror_ubuntu-jammy-kernel.git] / net / wireless / reg.c
index f59aaac586f8cf10905135324c3913646910a662..e0a746d19061e36dc8de8158a2eb41f5fc4d3bd0 100644 (file)
@@ -2594,7 +2594,7 @@ void wiphy_regulatory_deregister(struct wiphy *wiphy)
                reg_num_devs_support_basehint--;
 
        rcu_free_regdom(get_wiphy_regdom(wiphy));
-       rcu_assign_pointer(wiphy->regd, NULL);
+       RCU_INIT_POINTER(wiphy->regd, NULL);
 
        if (lr)
                request_wiphy = wiphy_idx_to_wiphy(lr->wiphy_idx);