Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hwsim_tx_rate Struct Reference

#include <mac80211_hwsim.h>

Data Fields

s8 idx
 
u8 count
 

Detailed Description

struct hwsim_tx_rate - rate selection/status

: rate index to attempt to send with : number of tries in this rate before going to the next rate

A value of -1 for indicates an invalid rate and, if used in an array of retry rates, that no more rates should be tried.

When used for transmit status reporting, the driver should always report the rate and number of retries used.

Definition at line 128 of file mac80211_hwsim.h.

Field Documentation

u8 count

Definition at line 130 of file mac80211_hwsim.h.

s8 idx

Definition at line 129 of file mac80211_hwsim.h.


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