Searched refs:pda (Results 26 - 34 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_proc.c236 if (local->pda == NULL || off >= PRISM2_PDA_SIZE) {
244 memcpy(page, local->pda + off, count);
413 create_proc_read_entry("pda", 0, local->proc,
441 remove_proc_entry("pda", local->proc);
H A Dhostap_hw.c1361 kfree(local->pda);
1363 local->pda = NULL;
1365 local->pda = prism2_read_pda(dev);
3360 kfree(local->pda);
H A Dhostap_wlan.h793 u8 *pda; member in struct:local_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dbte.c14 #include <asm/sn/pda.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dhermes.h396 int (*read_pda)(struct hermes *hw, __le16 *pda,
H A Dorinoco_usb.c1086 static int ezusb_read_pda(struct hermes *hw, __le16 *pda, argument
1100 * We will pad the information into pda, so other routines
1102 pda[0] = cpu_to_le16(pda_len - 2);
1104 pda[1] = cpu_to_le16(0x0800); /* CFG_PROD_DATA */
1107 EZUSB_FRAME_CONTROL, &pda[2], pda_len - 4,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2mgmt.c709 msg->pda.data,
722 msg->pda.status = P80211ENUM_msgitem_status_data_ok;
H A Dhfa384x_usb.c2424 u16 *pda = buf; local
2443 /* Read the pda from each known address. */
2463 pdrlen = le16_to_cpu(pda[currpdr]) * 2;
2464 pdrcode = le16_to_cpu(pda[currpdr + 1]);
2484 /* note the access to pda[], need words here */
2485 currpdr += le16_to_cpu(pda[currpdr]) + 1;
2503 pr_debug("Failure: pda is not okay\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 325 milliseconds

12