Searched refs:in_threshold (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/i1480/i1480u-wlp/
H A Dsysfs.c178 unsigned long in_threshold, in_max; local
180 result = sscanf(buf, "%lu %lu", &in_threshold, &in_max);
183 if (in_max <= in_threshold)
186 inflight->threshold = in_threshold;

Completed in 37 milliseconds