ar9170_rx_head
struct ar9170_rx_head rx_plcp;
memset(&ar->rx_plcp, 0, sizeof(struct ar9170_rx_head));
struct ar9170_rx_head *head, struct ar9170_rx_macstatus *mac,
BUILD_BUG_ON(sizeof(struct ar9170_rx_head) != 12);
struct ar9170_rx_head *head;
if (likely(mpdu_len >= sizeof(struct ar9170_rx_head))) {
sizeof(struct ar9170_rx_head));
mpdu_len -= sizeof(struct ar9170_rx_head);
buf += sizeof(struct ar9170_rx_head);
mpdu_len -= sizeof(struct ar9170_rx_head);
buf += sizeof(struct ar9170_rx_head);
struct ar9170_rx_head phy_head;
struct ar9170_rx_head phy_head;