From c6ea5aed79a33ce3482c4e3fa2bf56a9ee495815 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Mon, 27 Dec 2021 17:37:41 +0000 Subject: [PATCH] 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 1df8ddfd45c..9eadae0bbbc 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