Home
last modified time | relevance | path

Searched refs:CONFIG_TXPWR_BY_RATE_EN (Results 1 – 4 of 4) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Ddrv_conf.h428 #ifndef CONFIG_TXPWR_BY_RATE_EN
429 #define CONFIG_TXPWR_BY_RATE_EN 2 /* by efuse */ macro
445 #undef CONFIG_TXPWR_BY_RATE_EN
447 #define CONFIG_TXPWR_BY_RATE_EN 1 macro
450 #undef CONFIG_TXPWR_BY_RATE_EN
452 #define CONFIG_TXPWR_BY_RATE_EN 1 macro
465 #undef CONFIG_TXPWR_BY_RATE_EN
467 #define CONFIG_TXPWR_BY_RATE_EN 1 macro
487 #undef CONFIG_TXPWR_BY_RATE_EN
488 #define CONFIG_TXPWR_BY_RATE_EN 1 macro
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/
DMakefile134 CONFIG_TXPWR_BY_RATE_EN = y macro
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dos_intfs.c777 int rtw_tx_pwr_by_rate = CONFIG_TXPWR_BY_RATE_EN;
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_debug.c128 RTW_PRINT_SEL(sel, "CONFIG_TXPWR_BY_RATE_EN=%d\n", CONFIG_TXPWR_BY_RATE_EN); in dump_drv_cfg()