From 280cae27650897b9d2712c2ca43d5171bc6ad7ff Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Fri, 14 Feb 2020 14:40:57 -0800 Subject: [PATCH] ANDROID: gki_defconfig: Enable MAC80211_RC_MINSTREL This feature was noticed missing on the android emulator, but it's normally default 'on', we just were able to disable it because we turn CONFIG_EXPERT on too. Bug: 147493341 Change-Id: Ia81b4f841a5b5d4a37ad8a1f3450dff70abc341d Signed-off-by: Alistair Delva --- arch/arm64/configs/gki_defconfig | 1 - arch/x86/configs/gki_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 9b3afd965bd3..c2f965d77243 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -201,7 +201,6 @@ CONFIG_CFG80211=y # CONFIG_CFG80211_DEFAULT_PS is not set # CONFIG_CFG80211_CRDA_SUPPORT is not set CONFIG_MAC80211=y -# CONFIG_MAC80211_RC_MINSTREL is not set CONFIG_RFKILL=y # CONFIG_UEVENT_HELPER is not set # CONFIG_FW_CACHE is not set diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index fddf6e6bcab9..ce5126715e4b 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -170,7 +170,6 @@ CONFIG_CFG80211=y # CONFIG_CFG80211_DEFAULT_PS is not set # CONFIG_CFG80211_CRDA_SUPPORT is not set CONFIG_MAC80211=y -# CONFIG_MAC80211_RC_MINSTREL is not set CONFIG_RFKILL=y # CONFIG_UEVENT_HELPER is not set # CONFIG_FW_CACHE is not set