fix monitor mode
This commit is contained in:
parent
7c07a43cce
commit
4d91fea2c3
@ -3,7 +3,7 @@
|
|||||||
# Purpose: Allow easy access to specific driver options.
|
# Purpose: Allow easy access to specific driver options.
|
||||||
#
|
#
|
||||||
# Edit the following line to change, add or delete 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)
|
# After editing is complete, save this file (if using nano: Ctrl + x, y, Enter)
|
||||||
# and reboot to activate the changes.
|
# and reboot to activate the changes.
|
||||||
|
|||||||
10
Makefile
10
Makefile
@ -59,10 +59,8 @@ CONFIG_SDIO_HCI = n
|
|||||||
CONFIG_GSPI_HCI = n
|
CONFIG_GSPI_HCI = n
|
||||||
########################## Features ###########################
|
########################## Features ###########################
|
||||||
CONFIG_AP_MODE = y
|
CONFIG_AP_MODE = y
|
||||||
# blue ocean
|
CONFIG_P2P = y
|
||||||
CONFIG_P2P = n
|
|
||||||
CONFIG_MP_INCLUDED = n
|
CONFIG_MP_INCLUDED = n
|
||||||
# blue ocean
|
|
||||||
CONFIG_CONCURRENT_MODE = n
|
CONFIG_CONCURRENT_MODE = n
|
||||||
CONFIG_POWER_SAVING = y
|
CONFIG_POWER_SAVING = y
|
||||||
CONFIG_IPS_MODE = default
|
CONFIG_IPS_MODE = default
|
||||||
@ -88,8 +86,7 @@ CONFIG_80211W = y
|
|||||||
CONFIG_REDUCE_TX_CPU_LOADING = n
|
CONFIG_REDUCE_TX_CPU_LOADING = n
|
||||||
CONFIG_BR_EXT = y
|
CONFIG_BR_EXT = y
|
||||||
CONFIG_TDLS = n
|
CONFIG_TDLS = n
|
||||||
# blue ocean
|
CONFIG_WIFI_MONITOR = y
|
||||||
CONFIG_WIFI_MONITOR = n
|
|
||||||
CONFIG_MCC_MODE = n
|
CONFIG_MCC_MODE = n
|
||||||
CONFIG_APPEND_VENDOR_IE_ENABLE = n
|
CONFIG_APPEND_VENDOR_IE_ENABLE = n
|
||||||
CONFIG_RTW_NAPI = y
|
CONFIG_RTW_NAPI = y
|
||||||
@ -117,8 +114,7 @@ CONFIG_RTW_DEBUG = y
|
|||||||
CONFIG_RTW_LOG_LEVEL = 0
|
CONFIG_RTW_LOG_LEVEL = 0
|
||||||
|
|
||||||
# enable /proc/net/rtlxxxx/ debug interfaces
|
# enable /proc/net/rtlxxxx/ debug interfaces
|
||||||
# BOR
|
CONFIG_PROC_DEBUG = y
|
||||||
CONFIG_PROC_DEBUG = n
|
|
||||||
|
|
||||||
######################## Wake On Lan ##########################
|
######################## Wake On Lan ##########################
|
||||||
CONFIG_WOWLAN = n
|
CONFIG_WOWLAN = n
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user