wlan: Enable 802.11ax for holi and taro

Change-Id: I807db64781c04cdb22925d669dd819ccc1d40c9f
This commit is contained in:
Jake Weinstein 2022-09-03 00:26:21 +09:00
parent 659c2d9042
commit de4e6cb11f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 Paranoid Android
# Copyright (C) 2022 Paranoid Android
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -51,7 +51,7 @@ PRODUCT_PACKAGES += \
endif
# Enable IEEE 802.11ax support
ifeq ($(call is-board-platform-in-list, kona lahaina),true)
ifeq ($(call is-board-platform-in-list, kona lahaina holi taro),true)
CONFIG_IEEE80211AX := true
endif