'\" t .\" Title: struct rate_info .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "STRUCT RATE_INFO" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Actions and configuration" .\" ----------------------------------------------------------------- .\" * 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" struct_rate_info \- bitrate information .SH "SYNOPSIS" .sp .nf struct rate_info { u8 flags; u8 mcs; u16 legacy; u8 nss; }; .fi .SH "MEMBERS" .PP flags .RS 4 bitflag of flags from enum rate_info_flags .RE .PP mcs .RS 4 mcs index if struct describes a 802\&.11n bitrate .RE .PP legacy .RS 4 bitrate in 100kbit/s for 802\&.11abg .RE .PP nss .RS 4 number of streams (VHT only) .RE .SH "DESCRIPTION" .PP .PP Information about a receiving or transmitting bitrate .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br