From 26f5edce06da5a9b521886eca93da6e9787ab7af Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 13 Aug 2019 18:30:52 +0300 Subject: linux: update options in ath9k_htc.cfg Newer kernels have different configuration options names for WLAN drivers, and need to be updated. Bug-AGL: SPEC-2747 Change-Id: Ic35957172cec758a64219981a11ce155d296ca91 Signed-off-by: Matt Ranostay --- meta-agl-bsp/recipes-kernel/linux/linux/ath9k_htc.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-bsp') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/ath9k_htc.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/ath9k_htc.cfg index 6f7d49880..ff12e6dab 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/ath9k_htc.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/ath9k_htc.cfg @@ -1,4 +1,4 @@ CONFIG_CFG80211=m CONFIG_MAC80211=m -CONFIG_ATH_CARDS=m +CONFIG_WLAN_VENDOR_ATH=m CONFIG_ATH9K_HTC=m -- cgit 1.2.3-korg