mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
81ff67ffbe
commit
c6ea5aed79
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue