b43_txhdr
struct b43_txhdr *txhdr = (struct b43_txhdr *)wl->pio_scratchspace;
BUILD_BUG_ON(sizeof(wl->pio_scratchspace) < sizeof(struct b43_txhdr));
struct b43_txhdr *txhdr = (struct b43_txhdr *)_txhdr;