'\" t .\" Title: enum rate_info_flags .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ENUM RATE_INFO_FLAGS" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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" enum_rate_info_flags \- bitrate info flags .SH "SYNOPSIS" .sp .nf enum rate_info_flags { RATE_INFO_FLAGS_MCS, RATE_INFO_FLAGS_VHT_MCS, RATE_INFO_FLAGS_SHORT_GI, RATE_INFO_FLAGS_60G }; .fi .SH "CONSTANTS" .PP RATE_INFO_FLAGS_MCS .RS 4 mcs field filled with HT MCS .RE .PP RATE_INFO_FLAGS_VHT_MCS .RS 4 mcs field filled with VHT MCS .RE .PP RATE_INFO_FLAGS_SHORT_GI .RS 4 400ns guard interval .RE .PP RATE_INFO_FLAGS_60G .RS 4 60GHz MCS .RE .SH "DESCRIPTION" .PP .PP Used by the driver to indicate the specific rate transmission type for 802\&.11n transmissions\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br