Linux Kernel
3.7.1
|
#include <mac80211_hwsim.h>
Data Fields | |
s8 | idx |
u8 | count |
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.
u8 count |
Definition at line 130 of file mac80211_hwsim.h.
s8 idx |
Definition at line 129 of file mac80211_hwsim.h.