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
This commit is contained in:
Bjoern A. Zeeb 2021-12-27 17:37:41 +00:00
parent 81ff67ffbe
commit c6ea5aed79

View File

@ -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