Home
last modified time | relevance | path

Searched refs:txinfo (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/ath/carl9170/
Dtx.c266 struct ieee80211_tx_info *txinfo; in carl9170_tx_release() local
270 txinfo = container_of((void *) arinfo, struct ieee80211_tx_info, in carl9170_tx_release()
272 skb = container_of((void *) txinfo, struct sk_buff, cb); in carl9170_tx_release()
281 memset(&txinfo->status.ack_signal, 0, in carl9170_tx_release()
288 if (txinfo->flags & IEEE80211_TX_CTL_AMPDU) { in carl9170_tx_release()
292 if (txinfo->flags & IEEE80211_TX_STAT_AMPDU) { in carl9170_tx_release()
296 txinfo->status.ampdu_len = super->s.rix; in carl9170_tx_release()
297 txinfo->status.ampdu_ack_len = super->s.cnt; in carl9170_tx_release()
298 } else if ((txinfo->flags & IEEE80211_TX_STAT_ACK) && in carl9170_tx_release()
299 !(txinfo->flags & IEEE80211_TX_CTL_REQ_TX_STATUS)) { in carl9170_tx_release()
[all …]
Ddebug.c286 struct ieee80211_tx_info *txinfo = IEEE80211_SKB_CB(skb); in carl9170_debugfs_format_frame() local
287 struct carl9170_tx_info *arinfo = (void *) txinfo->rate_driver_data; in carl9170_debugfs_format_frame()
/drivers/net/wireless/realtek/rtlwifi/
Dusb.c806 struct ieee80211_tx_info *txinfo; in rtl_usb_cleanup() local
815 txinfo = IEEE80211_SKB_CB(_skb); in rtl_usb_cleanup()
816 ieee80211_tx_info_clear_status(txinfo); in rtl_usb_cleanup()
817 txinfo->flags |= IEEE80211_TX_STAT_ACK; in rtl_usb_cleanup()
892 struct ieee80211_tx_info *txinfo; in _usb_tx_post() local
896 txinfo = IEEE80211_SKB_CB(skb); in _usb_tx_post()
897 ieee80211_tx_info_clear_status(txinfo); in _usb_tx_post()
898 txinfo->flags |= IEEE80211_TX_STAT_ACK; in _usb_tx_post()
/drivers/net/wireless/p54/
Dfwio.c707 struct ieee80211_tx_info *txinfo; in p54_fetch_statistics() local
727 txinfo = IEEE80211_SKB_CB(skb); in p54_fetch_statistics()
728 p54info = (void *) txinfo->rate_driver_data; in p54_fetch_statistics()
/drivers/net/wireless/ath/ath9k/
Dmain.c827 struct ieee80211_tx_info *txinfo; in ath9k_txq_list_has_key() local
834 txinfo = IEEE80211_SKB_CB(bf->bf_mpdu); in ath9k_txq_list_has_key()
835 fi = (struct ath_frame_info *)&txinfo->rate_driver_data[0]; in ath9k_txq_list_has_key()