Merge tag 'vfio-v6.3-rc4' of https://github.com/awilliam/linux-vfio
[platform/kernel/linux-starfive.git] / net / wireless / wext-core.c
index 13a72b1..a125fd1 100644 (file)
@@ -641,8 +641,8 @@ static void wireless_warn_cfg80211_wext(void)
 {
        char name[sizeof(current->comm)];
 
-       pr_warn_ratelimited("warning: `%s' uses wireless extensions that are deprecated for modern drivers; use nl80211\n",
-                           get_task_comm(name, current));
+       pr_warn_once("warning: `%s' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211\n",
+                    get_task_comm(name, current));
 }
 #endif