Searched defs:b43_txstatus (Results 1 – 1 of 1) sorted by relevance
212 struct b43_txstatus { struct213 u16 cookie; /* The cookie from the txhdr */214 u16 seq; /* Sequence number */215 u8 phy_stat; /* PHY TX status */216 u8 frame_count; /* Frame transmit count */217 u8 rts_count; /* RTS transmit count */218 u8 supp_reason; /* Suppression reason */220 u8 pm_indicated; /* PM mode indicated to AP */221 u8 intermediate; /* Intermediate status notification (not final) */222 u8 for_ampdu; /* Status is for an AMPDU (afterburner) */[all …]