Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | rt2x00_field8 |
struct | rt2x00_field16 |
struct | rt2x00_field32 |
#define compile_ffs16 | ( | __x | ) |
Definition at line 204 of file rt2x00reg.h.
#define compile_ffs2 | ( | __x | ) | __builtin_choose_expr(((__x) & 0x1), 0, 1) |
Definition at line 191 of file rt2x00reg.h.
#define compile_ffs32 | ( | __x | ) |
Definition at line 209 of file rt2x00reg.h.
#define compile_ffs4 | ( | __x | ) |
Definition at line 194 of file rt2x00reg.h.
#define compile_ffs8 | ( | __x | ) |
Definition at line 199 of file rt2x00reg.h.
#define FIELD16 | ( | __mask | ) |
Definition at line 232 of file rt2x00reg.h.
#define FIELD32 | ( | __mask | ) |
Definition at line 240 of file rt2x00reg.h.
#define FIELD8 | ( | __mask | ) |
Definition at line 224 of file rt2x00reg.h.
#define FIELD_CHECK | ( | __mask, | |
__type | |||
) |
Definition at line 219 of file rt2x00reg.h.
Definition at line 257 of file rt2x00reg.h.
Definition at line 181 of file rt2x00reg.h.
#define is_valid_mask | ( | x | ) | is_power_of_two(1LU + (x) + low_bit_mask(x)) |
Definition at line 183 of file rt2x00reg.h.
Definition at line 182 of file rt2x00reg.h.
Definition at line 271 of file rt2x00reg.h.
Definition at line 266 of file rt2x00reg.h.
Definition at line 276 of file rt2x00reg.h.
#define rt2x00_set_field16 | ( | __reg, | |
__field, | |||
__value | |||
) | SET_FIELD(__reg, struct rt2x00_field16, __field, __value) |
Definition at line 269 of file rt2x00reg.h.
#define rt2x00_set_field32 | ( | __reg, | |
__field, | |||
__value | |||
) | SET_FIELD(__reg, struct rt2x00_field32, __field, __value) |
Definition at line 264 of file rt2x00reg.h.
#define rt2x00_set_field8 | ( | __reg, | |
__field, | |||
__value | |||
) | SET_FIELD(__reg, struct rt2x00_field8, __field, __value) |
Definition at line 274 of file rt2x00reg.h.
Definition at line 248 of file rt2x00reg.h.
enum antenna |
Definition at line 42 of file rt2x00reg.h.
enum cipher |
CIPHER_NONE | |
CIPHER_WEP64 | |
CIPHER_WEP128 | |
CIPHER_TKIP | |
CIPHER_AES | |
CIPHER_CKIP64 | |
CIPHER_CKIP128 | |
CIPHER_TKIP_NO_MIC | |
CIPHER_MAX |
Definition at line 113 of file rt2x00reg.h.
enum dev_state |
Definition at line 73 of file rt2x00reg.h.
enum firmware_errors |
Definition at line 147 of file rt2x00reg.h.
enum ifs |
Definition at line 93 of file rt2x00reg.h.
enum led_mode |
LED_MODE_OFF | |
LED_MODE_ON | |
LED_MODE_TST | |
MO_LED_NORM | |
MO_LED_BLINK | |
MO_LED_OFF | |
MO_LED_ON | |
LED_MODE_DEFAULT | |
LED_MODE_TXRX_ACTIVITY | |
LED_MODE_SIGNAL_STRENGTH | |
LED_MODE_ASUS | |
LED_MODE_ALPHA |
Definition at line 52 of file rt2x00reg.h.
enum rate_modulation |
struct rxdone_entry_desc: RX Entry descriptor
Summary of information that has been read from the RX frame descriptor.
: RX Timestamp : Signal of the received frame. : RSSI of the received frame. : Data size of the received frame. : MAC80211 receive flags (See &enum mac80211_rx_flags). : Ralink receive flags (See &enum rxdone_entry_desc_flags). : Rate mode (See ). : Cipher type used during decryption. : Decryption status. : IV/EIV data used during decryption. : ICV data used during decryption.
Definition at line 137 of file rt2x00reg.h.
enum rx_crypto |
Definition at line 32 of file rt2x00reg.h.
enum tsf_sync |
Definition at line 63 of file rt2x00reg.h.
enum txop |
Definition at line 103 of file rt2x00reg.h.