Skip to content

Commit

Permalink
loglevels
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 24, 2024
1 parent 980fff2 commit caf633c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 92 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/build_for_pi.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/build_for_x86.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CONFIG_MP_INCLUDED = y
CONFIG_POWER_SAVING = n
CONFIG_USB_AUTOSUSPEND = n
CONFIG_HW_PWRP_DETECTION = n
CONFIG_WIFI_TEST = n
CONFIG_WIFI_TEST = y
CONFIG_BT_COEXIST = n
CONFIG_INTEL_WIDI = n
CONFIG_WAPI_SUPPORT = n
Expand Down Expand Up @@ -102,7 +102,7 @@ CONFIG_USB2_EXTERNAL_POWER = y
CONFIG_RTW_DEBUG = y
# default log level is _DRV_INFO_ = 4,
# please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
CONFIG_RTW_LOG_LEVEL = 7 #Consti10 3==DRV_WARNING
CONFIG_RTW_LOG_LEVEL = 6 #Consti10 3==DRV_WARNING
######################## Wake On Lan ##########################
CONFIG_WOWLAN = n
CONFIG_WAKEUP_TYPE = 0x7 #bit2: deauth, bit1: unicast, bit0: magic pkt.
Expand Down

0 comments on commit caf633c

Please sign in to comment.