Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_proc.c308 int start_bytes, left, copy, copied; in prism2_io_debug_proc_read() local
318 start_bytes = (PRISM2_IO_DEBUG_SIZE - head) * 4; in prism2_io_debug_proc_read()
321 if (off < start_bytes) { in prism2_io_debug_proc_read()
322 copy = start_bytes - off; in prism2_io_debug_proc_read()
330 memcpy(page, ((u8 *) local->io_debug) + (off - start_bytes), in prism2_io_debug_proc_read()