'\" t .\" Title: rate_control_send_low .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Rate control interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "RATE_CONTROL_SEND_LO" "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" rate_control_send_low \- helper for drivers for management/no\-ack frames .SH "SYNOPSIS" .HP \w'bool\ rate_control_send_low('u .BI "bool rate_control_send_low(struct\ ieee80211_sta\ *\ " "sta" ", void\ *\ " "priv_sta" ", struct\ ieee80211_tx_rate_control\ *\ " "txrc" ");" .SH "ARGUMENTS" .PP \fIsta\fR .RS 4 struct ieee80211_sta pointer to the target destination\&. Note that this may be null\&. .RE .PP \fIpriv_sta\fR .RS 4 private rate control structure\&. This may be null\&. .RE .PP \fItxrc\fR .RS 4 rate control information we sholud populate for mac80211\&. .RE .SH "DESCRIPTION" .PP .PP Rate control algorithms that agree to use the lowest rate to send management frames and NO_ACK data with the respective hw retries should use this in the beginning of their mac80211 get_rate callback\&. If true is returned the rate control can simply return\&. If false is returned we guarantee that sta and sta and priv_sta is not null\&. .PP Rate control algorithms wishing to do more intelligent selection of rate for multicast/broadcast frames may choose to not use this\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br