The branch stable/13 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=fde1b5236f0366759147a6c0d576e5248c9c01ea
commit fde1b5236f0366759147a6c0d576e5248c9c01ea Author: Bjoern A. Zeeb <[email protected]> AuthorDate: 2021-12-27 17:37:41 +0000 Commit: Bjoern A. Zeeb <[email protected]> CommitDate: 2021-12-30 18:28:21 +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 (cherry picked from commit c6ea5aed79a33ce3482c4e3fa2bf56a9ee495815) --- 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
