| STRUCT IEEE80211_TX_(9) | The basic mac80211 driver inte | STRUCT IEEE80211_TX_(9) | 
NAME¶
struct_ieee80211_tx_status - extended tx staus info for rate control
SYNOPSIS¶
struct ieee80211_tx_status {
  struct ieee80211_sta * sta;
  struct ieee80211_tx_info * info;
  struct sk_buff * skb;
};  
MEMBERS¶
sta
Station that the packet was transmitted for
info
Basic tx status information
skb
Packet skb (can be NULL if not provided by the
  driver)
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>
Author.
COPYRIGHT¶
| June 2024 | Kernel Hackers Manual 3.10 |