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