Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c202 if (local->pda == NULL || *_pos >= PRISM2_PDA_SIZE) in prism2_pda_proc_read()
206 if (count > PRISM2_PDA_SIZE - off) in prism2_pda_proc_read()
207 count = PRISM2_PDA_SIZE - off; in prism2_pda_proc_read()
Dhostap_download.c160 while (pos + 1 < PRISM2_PDA_SIZE / 2) { in prism2_pda_ok()
163 if (len == 0 || pos + len > PRISM2_PDA_SIZE / 2) in prism2_pda_ok()
255 buf = kmalloc(PRISM2_PDA_SIZE, GFP_KERNEL); in prism2_read_pda()
267 res = hfa384x_from_aux(dev, pda_addr[i], PRISM2_PDA_SIZE, buf); in prism2_read_pda()
Dhostap_wlan.h420 #define PRISM2_PDA_SIZE 1024 macro