From 4d91fea2c337ad381b85dc65184a566266f92145 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 4 Mar 2022 11:50:36 -0600 Subject: [PATCH] fix monitor mode --- 88x2bu.conf | 2 +- Makefile | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/88x2bu.conf b/88x2bu.conf index 12ce7a5..9cf674b 100644 --- a/88x2bu.conf +++ b/88x2bu.conf @@ -3,7 +3,7 @@ # Purpose: Allow easy access to specific driver options. # # Edit the following line to change, add or delete options: -options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=0 rtw_vht_enable=1 rtw_power_mgnt=1 rtw_beamform_cap=0 rtw_switch_usb_mode=0 +options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgnt=1 rtw_beamform_cap=0 rtw_switch_usb_mode=0 # # After editing is complete, save this file (if using nano: Ctrl + x, y, Enter) # and reboot to activate the changes. diff --git a/Makefile b/Makefile index 2714b73..3b40445 100644 --- a/Makefile +++ b/Makefile @@ -59,10 +59,8 @@ CONFIG_SDIO_HCI = n CONFIG_GSPI_HCI = n ########################## Features ########################### CONFIG_AP_MODE = y -# blue ocean -CONFIG_P2P = n +CONFIG_P2P = y CONFIG_MP_INCLUDED = n -# blue ocean CONFIG_CONCURRENT_MODE = n CONFIG_POWER_SAVING = y CONFIG_IPS_MODE = default @@ -88,8 +86,7 @@ CONFIG_80211W = y CONFIG_REDUCE_TX_CPU_LOADING = n CONFIG_BR_EXT = y CONFIG_TDLS = n -# blue ocean -CONFIG_WIFI_MONITOR = n +CONFIG_WIFI_MONITOR = y CONFIG_MCC_MODE = n CONFIG_APPEND_VENDOR_IE_ENABLE = n CONFIG_RTW_NAPI = y @@ -117,8 +114,7 @@ CONFIG_RTW_DEBUG = y CONFIG_RTW_LOG_LEVEL = 0 # enable /proc/net/rtlxxxx/ debug interfaces -# BOR -CONFIG_PROC_DEBUG = n +CONFIG_PROC_DEBUG = y ######################## Wake On Lan ########################## CONFIG_WOWLAN = n