b43_rxhdr_fw4
struct b43_rxhdr_fw4 *rxhdr;
rxhdr = (struct b43_rxhdr_fw4 *)skb->data;
struct b43_rxhdr_fw4 *rxhdr;
rxhdr = (struct b43_rxhdr_fw4 *)(skb->data);
struct b43_rxhdr_fw4 *rxhdr =
(struct b43_rxhdr_fw4 *)wl->pio_scratchspace;
const struct b43_rxhdr_fw4 *rxhdr = _rxhdr;