1STRUCT IEEE80211_TX_(9) The basic mac80211 driver inte STRUCT IEEE80211_TX_(9)
2
3
4

NAME

6       struct_ieee80211_tx_status - extended tx staus info for rate control
7

SYNOPSIS

9       struct ieee80211_tx_status {
10         struct ieee80211_sta * sta;
11         struct ieee80211_tx_info * info;
12         struct sk_buff * skb;
13       };
14

MEMBERS

16       sta
17           Station that the packet was transmitted for
18
19       info
20           Basic tx status information
21
22       skb
23           Packet skb (can be NULL if not provided by the driver)
24

AUTHOR

26       Johannes Berg <johannes@sipsolutions.net>
27           Author.
28
30Kernel Hackers Manual 3.10         June 2019           STRUCT IEEE80211_TX_(9)
Impressum