hostapd: disable 802.11be support in the mini variant
802.11be capable platforms are big enough to not need the mini variant, and removing it here saves space for other other devices. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
6e1d4afa86
commit
39580b1d7b
1 changed files with 4 additions and 2 deletions
|
@ -80,8 +80,10 @@ ifneq ($(CONFIG_DRIVER_11AX_SUPPORT),)
|
|||
HOSTAPD_IEEE80211AX:=y
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_DRIVER_11BE_SUPPORT),)
|
||||
HOSTAPD_IEEE80211BE:=y
|
||||
ifneq ($(LOCAL_VARIANT),mini)
|
||||
ifneq ($(CONFIG_DRIVER_11BE_SUPPORT),)
|
||||
HOSTAPD_IEEE80211BE:=y
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue