1IEEE80211_START_TX_B(9)     Rate control interface     IEEE80211_START_TX_B(9)
2
3
4

NAME

6       ieee80211_start_tx_ba_cb_irqsafe - low level driver ready to aggregate.
7

SYNOPSIS

9       void ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_vif * vif,
10                                             const u8 * ra, u16 tid);
11

ARGUMENTS

13       vif
14           struct ieee80211_vif pointer from the add_interface callback
15
16       ra
17           receiver address of the BA session recipient.
18
19       tid
20           the TID to BA on.
21

DESCRIPTION

23       This function must be called by low level driver once it has finished
24       with preparations for the BA session. It can be called from any
25       context.
26

AUTHOR

28       Johannes Berg <johannes@sipsolutions.net>
29           Author.
30
32Kernel Hackers Manual 3.10         June 2019           IEEE80211_START_TX_B(9)
Impressum