b43legacy_rxhdr_fw3
struct b43legacy_rxhdr_fw3 *rxhdr;
rxhdr = (struct b43legacy_rxhdr_fw3 *)skb->data;
struct b43legacy_rxhdr_fw3 *rxhdr;
rxhdr = (struct b43legacy_rxhdr_fw3 *)(skb->data);
struct b43legacy_rxhdr_fw3 *rxhdr;
rxhdr = (struct b43legacy_rxhdr_fw3 *)preamble;
const struct b43legacy_rxhdr_fw3 *rxhdr = _rxhdr;