FreeBSD kernel ATH device code
sample_softc Struct Reference

#include <sample.h>

Collaboration diagram for sample_softc:

Data Fields

struct ath_ratectrl arc
 
int smoothing_rate
 
int smoothing_minpackets
 
int sample_rate
 
int max_successive_failures
 
int stale_failure_timeout
 
int min_switch
 
int min_good_pct
 

Detailed Description

Definition at line 48 of file sample.h.

Field Documentation

◆ arc

struct ath_ratectrl sample_softc::arc

Definition at line 49 of file sample.h.

Referenced by ath_rate_attach(), and ath_rate_detach().

◆ max_successive_failures

int sample_softc::max_successive_failures

Definition at line 53 of file sample.h.

Referenced by ath_rate_attach(), and pick_sample_rate().

◆ min_good_pct

int sample_softc::min_good_pct

Definition at line 56 of file sample.h.

◆ min_switch

int sample_softc::min_switch

Definition at line 55 of file sample.h.

Referenced by ath_rate_attach(), and ath_rate_findrate().

◆ sample_rate

int sample_softc::sample_rate

Definition at line 52 of file sample.h.

Referenced by ath_rate_attach(), ath_rate_findrate(), and ath_rate_sysctl_sample_rate().

◆ smoothing_minpackets

int sample_softc::smoothing_minpackets

Definition at line 51 of file sample.h.

Referenced by ath_rate_attach(), ath_rate_sysctl_smoothing_rate(), and update_stats().

◆ smoothing_rate

int sample_softc::smoothing_rate

Definition at line 50 of file sample.h.

Referenced by ath_rate_attach(), ath_rate_sysctl_smoothing_rate(), and update_stats().

◆ stale_failure_timeout

int sample_softc::stale_failure_timeout

Definition at line 54 of file sample.h.

Referenced by ath_rate_attach(), and pick_sample_rate().


The documentation for this struct was generated from the following file: