Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
radio_2059.h
Go to the documentation of this file.
1 #ifndef B43_RADIO_2059_H_
2 #define B43_RADIO_2059_H_
3 
4 #include <linux/types.h>
5 
6 #include "phy_ht.h"
7 
8 #define R2059_SYN 0x000
9 #define R2059_TXRX0 0x400
10 #define R2059_RXRX1 0x800
11 #define R2059_ALL 0xC00
12 
13 /* Values for various registers uploaded on channel switching */
15  /* The channel frequency in MHz */
17  /* Values for radio registers */
47  /* Values for PHY registers */
49 };
50 
53 
54 #endif /* B43_RADIO_2059_H_ */