Linux Kernel
3.7.1
|
#include <rfbuffer.h>
Data Fields | |
u8 | bank |
u8 | index |
struct ath5k_rfb_field | field |
struct ath5k_rf_reg - RF analog register definition : RF Buffer Bank number : Register's index on ath5k_rf_regx_idx : The &struct ath5k_rfb_field
We use this struct to define the set of RF registers on each chip that we want to tweak. Some RF registers are common between different chip versions so this saves us space and complexity because we can refer to an rf register by it's index no matter what chip we work with as long as it has that register.
Definition at line 93 of file rfbuffer.h.
u8 bank |
Definition at line 94 of file rfbuffer.h.
Definition at line 96 of file rfbuffer.h.
u8 index |
Definition at line 95 of file rfbuffer.h.