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)