diff mbox series

backport: remove wext warning

Message ID 20210416115633.252b99aac931.I7a66b0233a0b6972378bb20b8d1a70b7360af932@changeid (mailing list archive)
State New, archived
Headers show
Series backport: remove wext warning | expand

Commit Message

Johannes Berg April 16, 2021, 9:56 a.m. UTC
From: Johannes Berg <johannes.berg@intel.com>

wireless extensions are being used less, so remove the
warning about them not working - most people probably
won't ever see any failures, and even if not see the
warning.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 .../0010-add-wext-handlers-to-netdev/net_wireless_core.patch | 5 -----
 1 file changed, 5 deletions(-)

Comments

Hauke Mehrtens May 4, 2021, 9:35 p.m. UTC | #1
On 4/16/21 11:56 AM, Johannes Berg wrote:
> From: Johannes Berg <johannes.berg@intel.com>
> 
> wireless extensions are being used less, so remove the
> warning about them not working - most people probably
> won't ever see any failures, and even if not see the
> warning.
> 
> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
> ---

Thank you, I fixed it and applied. The offset in the patch was not changed.

>   .../0010-add-wext-handlers-to-netdev/net_wireless_core.patch | 5 -----
>   1 file changed, 5 deletions(-)
> 
> diff --git a/patches/0010-add-wext-handlers-to-netdev/net_wireless_core.patch b/patches/0010-add-wext-handlers-to-netdev/net_wireless_core.patch
> index 18b50f12601b..6397a04e1e40 100644
> --- a/patches/0010-add-wext-handlers-to-netdev/net_wireless_core.patch
> +++ b/patches/0010-add-wext-handlers-to-netdev/net_wireless_core.patch
> @@ -18,11 +18,6 @@
>   +#ifdef CONFIG_WIRELESS_EXT
>   +	if (!wdev->netdev->wireless_handlers)
>   +		wdev->netdev->wireless_handlers = &cfg80211_wext_handler;
> -+#else
> -+	printk_once(KERN_WARNING "cfg80211: wext will not work because "
> -+		    "kernel was compiled with CONFIG_WIRELESS_EXT=n. "
> -+		    "Tools using wext interface, like iwconfig will "
> -+		    "not work.\n");
>   +#endif
>    	wdev->wext.default_key = -1;
>    	wdev->wext.default_mgmt_key = -1;
> 

--
To unsubscribe from this list: send the line "unsubscribe backports" in
diff mbox series

Patch

diff --git a/patches/0010-add-wext-handlers-to-netdev/net_wireless_core.patch b/patches/0010-add-wext-handlers-to-netdev/net_wireless_core.patch
index 18b50f12601b..6397a04e1e40 100644
--- a/patches/0010-add-wext-handlers-to-netdev/net_wireless_core.patch
+++ b/patches/0010-add-wext-handlers-to-netdev/net_wireless_core.patch
@@ -18,11 +18,6 @@ 
 +#ifdef CONFIG_WIRELESS_EXT
 +	if (!wdev->netdev->wireless_handlers)
 +		wdev->netdev->wireless_handlers = &cfg80211_wext_handler;
-+#else
-+	printk_once(KERN_WARNING "cfg80211: wext will not work because "
-+		    "kernel was compiled with CONFIG_WIRELESS_EXT=n. "
-+		    "Tools using wext interface, like iwconfig will "
-+		    "not work.\n");
 +#endif
  	wdev->wext.default_key = -1;
  	wdev->wext.default_mgmt_key = -1;