Searched refs:b43legacy_fw_header (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c1495 struct b43legacy_fw_header *hdr;
1511 if ((*fw)->size < sizeof(struct b43legacy_fw_header))
1513 hdr = (struct b43legacy_fw_header *)((*fw)->data);
1518 if (size != (*fw)->size - sizeof(struct b43legacy_fw_header))
1623 const size_t hdr_len = sizeof(struct b43legacy_fw_header);
1806 const size_t hdr_len = sizeof(struct b43legacy_fw_header);
1807 const struct b43legacy_fw_header *hdr;
1813 hdr = (const struct b43legacy_fw_header *)(fw->initvals->data);
1821 hdr = (const struct b43legacy_fw_header *)
H A Db43legacy.h366 struct b43legacy_fw_header { struct

Completed in 63 milliseconds