Searched refs:txinfo (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/ath/carl9170/ |
H A D | tx.c | 266 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() 283 memset(&txinfo->pad, 0, sizeof(txinfo->pad)); in carl9170_tx_release() 284 memset(&txinfo->rate_driver_data, 0, sizeof(txinfo->rate_driver_data)); in carl9170_tx_release() 289 if (txinfo->flags & IEEE80211_TX_CTL_AMPDU) { in carl9170_tx_release() 293 if (txinfo->flags & IEEE80211_TX_STAT_AMPDU) { in carl9170_tx_release() 297 txinfo->status.ampdu_len = super->s.rix; in carl9170_tx_release() 298 txinfo->status.ampdu_ack_len = super->s.cnt; in carl9170_tx_release() 299 } else if ((txinfo->flags & IEEE80211_TX_STAT_ACK) && in carl9170_tx_release() [all …]
|
H A D | debug.c | 288 struct ieee80211_tx_info *txinfo = IEEE80211_SKB_CB(skb); in carl9170_debugfs_format_frame() local 289 struct carl9170_tx_info *arinfo = (void *) txinfo->rate_driver_data; in carl9170_debugfs_format_frame()
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | usb.c | 715 struct ieee80211_tx_info *txinfo; in _rtl_usb_cleanup_tx() local 720 txinfo = IEEE80211_SKB_CB(_skb); in _rtl_usb_cleanup_tx() 721 ieee80211_tx_info_clear_status(txinfo); in _rtl_usb_cleanup_tx() 722 txinfo->flags |= IEEE80211_TX_STAT_ACK; in _rtl_usb_cleanup_tx() 797 struct ieee80211_tx_info *txinfo; in _usb_tx_post() local 801 txinfo = IEEE80211_SKB_CB(skb); in _usb_tx_post() 802 ieee80211_tx_info_clear_status(txinfo); in _usb_tx_post() 803 txinfo->flags |= IEEE80211_TX_STAT_ACK; in _usb_tx_post()
|
/linux/drivers/net/wireless/intersil/p54/ |
H A D | fwio.c | 702 struct ieee80211_tx_info *txinfo; in p54_fetch_statistics() local 722 txinfo = IEEE80211_SKB_CB(skb); in p54_fetch_statistics() 723 p54info = (void *) txinfo->rate_driver_data; in p54_fetch_statistics()
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00dev.c | 415 struct ieee80211_tx_info txinfo = {}; in rt2x00lib_txdone_nomatch() local 450 rt2x00lib_fill_tx_status(rt2x00dev, &txinfo, skbdesc, txdesc, in rt2x00lib_txdone_nomatch() 452 ieee80211_tx_status_noskb(rt2x00dev->hw, skbdesc->sta, &txinfo); in rt2x00lib_txdone_nomatch()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 833 struct ieee80211_tx_info *txinfo; in ath9k_txq_list_has_key() local 840 txinfo = IEEE80211_SKB_CB(bf->bf_mpdu); in ath9k_txq_list_has_key() 841 fi = (struct ath_frame_info *)&txinfo->status.status_driver_data[0]; in ath9k_txq_list_has_key()
|