Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_download.c159 while (pos + 1 < PRISM2_PDA_SIZE / 2) { in prism2_pda_ok()
162 if (len == 0 || pos + len > PRISM2_PDA_SIZE / 2) in prism2_pda_ok()
254 buf = kmalloc(PRISM2_PDA_SIZE, GFP_KERNEL); in prism2_read_pda()
266 res = hfa384x_from_aux(dev, pda_addr[i], PRISM2_PDA_SIZE, buf); in prism2_read_pda()
Dhostap_proc.c273 if (local->pda == NULL || *_pos >= PRISM2_PDA_SIZE) in prism2_pda_proc_read()
277 if (count > PRISM2_PDA_SIZE - off) in prism2_pda_proc_read()
278 count = PRISM2_PDA_SIZE - off; in prism2_pda_proc_read()
Dhostap_wlan.h418 #define PRISM2_PDA_SIZE 1024 macro