'\" t .\" Title: enum wiphy_params_flags .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Device registration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ENUM WIPHY_PARAMS_FL" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Device registration" .\" ----------------------------------------------------------------- .\" * 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_wiphy_params_flags \- set_wiphy_params bitfield values .SH "SYNOPSIS" .sp .nf enum wiphy_params_flags { WIPHY_PARAM_RETRY_SHORT, WIPHY_PARAM_RETRY_LONG, WIPHY_PARAM_FRAG_THRESHOLD, WIPHY_PARAM_RTS_THRESHOLD, WIPHY_PARAM_COVERAGE_CLASS, WIPHY_PARAM_DYN_ACK }; .fi .SH "CONSTANTS" .PP WIPHY_PARAM_RETRY_SHORT .RS 4 wiphy\->retry_short has changed .RE .PP WIPHY_PARAM_RETRY_LONG .RS 4 wiphy\->retry_long has changed .RE .PP WIPHY_PARAM_FRAG_THRESHOLD .RS 4 wiphy\->frag_threshold has changed .RE .PP WIPHY_PARAM_RTS_THRESHOLD .RS 4 wiphy\->rts_threshold has changed .RE .PP WIPHY_PARAM_COVERAGE_CLASS .RS 4 coverage class changed .RE .PP WIPHY_PARAM_DYN_ACK .RS 4 dynack has been enabled .RE .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br