wlan: Enable 802.11ax for holi and taro
Change-Id: I807db64781c04cdb22925d669dd819ccc1d40c9f
This commit is contained in:
parent
659c2d9042
commit
de4e6cb11f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue