Lines Matching defs:il4965_tx_resp
1680 struct il4965_tx_resp { struct
1681 u8 frame_count; /* 1 no aggregation, >1 aggregation */
1682 u8 bt_kill_count; /* # blocked by bluetooth (unused for agg) */
1683 u8 failure_rts; /* # failures due to unsuccessful RTS */
1684 u8 failure_frame; /* # failures due to no ACK (unused for agg) */
1688 __le32 rate_n_flags; /* RATE_MCS_* */
1692 __le16 wireless_media_time; /* uSecs */
1694 __le16 reserved;
1695 __le32 pa_power1; /* RF power amplifier measurement (not used) */
1696 __le32 pa_power2;
1711 union {
1714 } u;