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

#include <rfbuffer.h>

Data Fields

u8 bank
 
u8 index
 
struct ath5k_rfb_field field
 

Detailed Description

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.

Field Documentation

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.


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