Searched defs:b43legacy_txstatus (Results 1 – 1 of 1) sorted by relevance
90 struct b43legacy_txstatus { struct91 u16 cookie; /* The cookie from the txhdr */92 u16 seq; /* Sequence number */93 u8 phy_stat; /* PHY TX status */94 u8 frame_count; /* Frame transmit count */95 u8 rts_count; /* RTS transmit count */96 u8 supp_reason; /* Suppression reason */98 u8 pm_indicated;/* PM mode indicated to AP */99 u8 intermediate;/* Intermediate status notification */100 u8 for_ampdu; /* Status is for an AMPDU (afterburner) */[all …]