Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_profile.c716 } else if (strcmp(key, PARM_NAME_OWN_BEACON_INTERVAL) == 0) { in translate_option()
717 DBG_TRACE(DbgInfo, "%s, value: %s\n", PARM_NAME_OWN_BEACON_INTERVAL, value); in translate_option()
723 DBG_WARNING(DbgInfo, "%s invalid; will be ignored\n", PARM_NAME_OWN_BEACON_INTERVAL); in translate_option()
Dwl_internal.h289 #define PARM_NAME_OWN_BEACON_INTERVAL TEXT("OwnBeaconInterval") macro