Searched refs:PARM_NAME_TX_POW_LEVEL (Results 1 – 2 of 2) sorted by relevance
592 } else if (strcmp(key, PARM_NAME_TX_POW_LEVEL) == 0) { in translate_option()593 DBG_TRACE(DbgInfo, "%s, value: %s\n", PARM_NAME_TX_POW_LEVEL, value); in translate_option()599 DBG_WARNING(DbgInfo, "%s invalid; will be ignored\n", PARM_NAME_TX_POW_LEVEL); in translate_option()
379 #define PARM_NAME_TX_POW_LEVEL TEXT("TxPowLevel") macro