Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Dec 2021 19:11:48 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c6ea5aed79a3 - main - iwlwifi: turn off broadcast filtering for now
Message-ID:  <202112271911.1BRJBmlw037659@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=c6ea5aed79a33ce3482c4e3fa2bf56a9ee495815

commit c6ea5aed79a33ce3482c4e3fa2bf56a9ee495815
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2021-12-27 17:37:41 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2021-12-27 18:47:25 +0000

    iwlwifi: turn off broadcast filtering for now
    
    Turn off broadcast filtering in iwlwifi for now as it gives me
    or rather the firmware headaches.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
---
 sys/modules/iwlwifi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/iwlwifi/Makefile b/sys/modules/iwlwifi/Makefile
index 1df8ddfd45c8..9eadae0bbbc1 100644
--- a/sys/modules/iwlwifi/Makefile
+++ b/sys/modules/iwlwifi/Makefile
@@ -44,7 +44,7 @@ CFLAGS+=	-DCONFIG_IWLMVM=1
 #CFLAGS+=	-DCONFIG_ACPI=1
 #CFLAGS+=	-DCONFIG_INET=1		# Need LKPI TSO implementation.
 #CFLAGS+=	-DCONFIG_IPV6=1
-CFLAGS+=	-DCONFIG_IWLWIFI_BCAST_FILTERING=1
+#CFLAGS+=	-DCONFIG_IWLWIFI_BCAST_FILTERING=1
 CFLAGS+=	-DCONFIG_IWLWIFI_DEBUG=1
 #CFLAGS+=	-DCONFIG_IWLWIFI_LEDS=1
 CFLAGS+=	-DCONFIG_IWLWIFI_OPMODE_MODULAR=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112271911.1BRJBmlw037659>