pda16             605 drivers/staging/wlan-ng/prism2fw.c 	__le16 *pda16 = (__le16 *)pda->buf;
pda16             611 drivers/staging/wlan-ng/prism2fw.c 	       le16_to_cpu(pda16[curroff + 1]) != HFA384x_PDR_END_OF_PDA) {
pda16             612 drivers/staging/wlan-ng/prism2fw.c 		pda->rec[pda->nrec] = (struct hfa384x_pdrec *)&pda16[curroff];
pda16             643 drivers/staging/wlan-ng/prism2fw.c 		curroff += le16_to_cpu(pda16[curroff]) + 1;
pda16             650 drivers/staging/wlan-ng/prism2fw.c 	pda->rec[pda->nrec] = (struct hfa384x_pdrec *)&pda16[curroff];