Linux Kernel
3.7.1
|
#include <commands.h>
Data Fields | |
__le16 | rate_n_flags |
u8 | try_cnt |
u8 | next_rate_idx |
struct il3945_rate_scaling_cmd - Rate Scaling Command & Response
C_RATE_SCALE = 0x47 (command, has simple generic response)
NOTE: The table of rates passed to the uCode via the RATE_SCALE command sets up the corresponding order of rates used for all related commands, including rate masks, etc.
For example, if you set 9MB (PLCP 0x0f) as the first rate in the rate table, the bit mask for that rate when passed through ofdm_basic_rates on the C_RXON command would be bit 0 (1 << 0)
Definition at line 1776 of file commands.h.
u8 next_rate_idx |
Definition at line 1779 of file commands.h.
__le16 rate_n_flags |
Definition at line 1777 of file commands.h.
u8 try_cnt |
Definition at line 1778 of file commands.h.