mt76x02_txwi
.txwi_size = sizeof(struct mt76x02_txwi),
if (WARN_ON_ONCE(beacon_len < skb->len + sizeof(struct mt76x02_txwi)))
struct mt76x02_txwi *txwi;
txwi = (struct mt76x02_txwi *)(skb->data - sizeof(*txwi));
struct mt76x02_txwi txwi;
void mt76x02_mac_write_txwi(struct mt76x02_dev *dev, struct mt76x02_txwi *txwi,
struct mt76x02_txwi *txwi;
txwi = (struct mt76x02_txwi *)txwi_ptr;
void mt76x02_mac_write_txwi(struct mt76x02_dev *dev, struct mt76x02_txwi *txwi,
struct mt76x02_txwi *txwi = txwi_ptr;
skb_pull(skb, sizeof(struct mt76x02_txwi) + MT_DMA_HDR_LEN);
struct mt76x02_txwi *txwi;
txwi = (struct mt76x02_txwi *)(tx_info->skb->data - sizeof(*txwi));
hw->extra_tx_headroom += sizeof(struct mt76x02_txwi) +
.txwi_size = sizeof(struct mt76x02_txwi),