'\" t .\" Title: ieee80211_start_tx_ba_cb_irqsafe .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Rate control interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IEEE80211_START_TX_B" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Rate control interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ieee80211_start_tx_ba_cb_irqsafe \- low level driver ready to aggregate\&. .SH "SYNOPSIS" .HP \w'void\ ieee80211_start_tx_ba_cb_irqsafe('u .BI "void ieee80211_start_tx_ba_cb_irqsafe(struct\ ieee80211_vif\ *\ " "vif" ", const\ u8\ *\ " "ra" ", u16\ " "tid" ");" .SH "ARGUMENTS" .PP \fIvif\fR .RS 4 struct ieee80211_vif pointer from the add_interface callback .RE .PP \fIra\fR .RS 4 receiver address of the BA session recipient\&. .RE .PP \fItid\fR .RS 4 the TID to BA on\&. .RE .SH "DESCRIPTION" .PP This function must be called by low level driver once it has finished with preparations for the BA session\&. It can be called from any context\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br