Lines Matching refs:report
881 struct ieee80211_tx_info *report, in b43_fill_txstatus_report() argument
890 retry_limit = report->status.rates[0].count; in b43_fill_txstatus_report()
891 ieee80211_tx_info_clear_status(report); in b43_fill_txstatus_report()
895 report->flags |= IEEE80211_TX_STAT_ACK; in b43_fill_txstatus_report()
898 if (!(report->flags & IEEE80211_TX_CTL_NO_ACK)) { in b43_fill_txstatus_report()
905 report->status.rates[0].count = 0; in b43_fill_txstatus_report()
914 report->status.rates[0].count = 0; in b43_fill_txstatus_report()
915 report->status.rates[1].count = status->frame_count; in b43_fill_txstatus_report()
918 report->status.rates[0].count = retry_limit; in b43_fill_txstatus_report()
919 report->status.rates[1].count = status->frame_count - in b43_fill_txstatus_report()
923 report->status.rates[0].count = status->frame_count; in b43_fill_txstatus_report()
924 report->status.rates[1].idx = -1; in b43_fill_txstatus_report()