From c0cb946333e1a0a0bda7eef4f2026fcbd792b7d8 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Thu, 30 May 2019 22:28:31 +0200 Subject: [PATCH] Turned on MONITOR support & turned off POWERSAVING --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 99a9539..8bd9237 100755 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ CONFIG_SDIO_HCI = n CONFIG_GSPI_HCI = n ########################## Features ########################### CONFIG_MP_INCLUDED = y -CONFIG_POWER_SAVING = y +CONFIG_POWER_SAVING = n CONFIG_USB_AUTOSUSPEND = n CONFIG_HW_PWRP_DETECTION = n CONFIG_BT_COEXIST = n @@ -71,7 +71,7 @@ CONFIG_80211W = n CONFIG_REDUCE_TX_CPU_LOADING = n CONFIG_BR_EXT = y CONFIG_TDLS = n -CONFIG_WIFI_MONITOR = n +CONFIG_WIFI_MONITOR = y CONFIG_MCC_MODE = n CONFIG_APPEND_VENDOR_IE_ENABLE = n CONFIG_RTW_NAPI = y