| .. | .. |
|---|
| 14 | 14 | #EXTRA_CFLAGS += -Wno-unused-parameter |
|---|
| 15 | 15 | #EXTRA_CFLAGS += -Wno-unused-function |
|---|
| 16 | 16 | #EXTRA_CFLAGS += -Wno-unused |
|---|
| 17 | | -EXTRA_CFLAGS += -Wno-uninitialized |
|---|
| 18 | | -EXTRA_CFLAGS += -Wno-tautological-pointer-compare |
|---|
| 17 | +#EXTRA_CFLAGS += -Wno-uninitialized |
|---|
| 19 | 18 | |
|---|
| 20 | 19 | GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc ) |
|---|
| 21 | 20 | ifeq ($(GCC_VER_49),1) |
|---|
| .. | .. |
|---|
| 92 | 91 | # user priority mapping rule : tos, dscp |
|---|
| 93 | 92 | CONFIG_RTW_UP_MAPPING_RULE = tos |
|---|
| 94 | 93 | CONFIG_RTW_MBO = n |
|---|
| 95 | | -# AMSDU in security network |
|---|
| 96 | | -CONFIG_SEC_AMSDU_MODE = non-spp |
|---|
| 97 | 94 | ########################## Android ########################### |
|---|
| 98 | 95 | # CONFIG_RTW_ANDROID - 0: no Android, 4/5/6/7/8/9/10 : Android version |
|---|
| 99 | | -CONFIG_RTW_ANDROID = 12 |
|---|
| 96 | +CONFIG_RTW_ANDROID = 10 |
|---|
| 100 | 97 | |
|---|
| 101 | 98 | ifeq ($(shell test $(CONFIG_RTW_ANDROID) -gt 0; echo $$?), 0) |
|---|
| 102 | 99 | EXTRA_CFLAGS += -DCONFIG_RTW_ANDROID=$(CONFIG_RTW_ANDROID) |
|---|
| .. | .. |
|---|
| 105 | 102 | CONFIG_RTW_DEBUG = y |
|---|
| 106 | 103 | # default log level is _DRV_INFO_ = 4, |
|---|
| 107 | 104 | # please refer to "How_to_set_driver_debug_log_level.doc" to set the available level. |
|---|
| 108 | | -CONFIG_RTW_LOG_LEVEL = 4 |
|---|
| 105 | +CONFIG_RTW_LOG_LEVEL = 2 |
|---|
| 109 | 106 | |
|---|
| 110 | 107 | # enable /proc/net/rtlxxxx/ debug interfaces |
|---|
| 111 | 108 | CONFIG_PROC_DEBUG = y |
|---|