Home
last modified time | relevance | path

Searched refs:PARM_NAME_CONNECTION_CONTROL (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_profile.c678 } else if (strcmp(key, PARM_NAME_CONNECTION_CONTROL) == 0) { in translate_option()
679 DBG_TRACE(DbgInfo, "%s, value: %s\n", PARM_NAME_CONNECTION_CONTROL, value); in translate_option()
685 DBG_WARNING(DbgInfo, "%s invalid; will be ignored\n", PARM_NAME_CONNECTION_CONTROL); in translate_option()
Dwl_internal.h161 #define PARM_NAME_CONNECTION_CONTROL TEXT("ConnectionControl") macro