]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/wireless/sme.c
cfg80211: rename regulatory_hint_11d() to regulatory_hint_country_ie()
[mirror_ubuntu-artful-kernel.git] / net / wireless / sme.c
index 20e86a95dc4e0ed358485f04208c670297ee6517..65f800890d70d857c9b42d379caad887f5a98c74 100644 (file)
@@ -682,8 +682,8 @@ void __cfg80211_connect_result(struct net_device *dev, const u8 *bssid,
         * - country_ie + 2, the start of the country ie data, and
         * - and country_ie[1] which is the IE length
         */
-       regulatory_hint_11d(wdev->wiphy, bss->channel->band,
-                           country_ie + 2, country_ie[1]);
+       regulatory_hint_country_ie(wdev->wiphy, bss->channel->band,
+                                  country_ie + 2, country_ie[1]);
        kfree(country_ie);
 }