blob: 371e07d2be3bd625e67e1e96c78df11356cc6a75 [file] [log] [blame]
Rafał Miłecki1d738e62011-07-07 15:25:27 +02001#ifndef B43_PHY_LCN_H_
2#define B43_PHY_LCN_H_
3
4#include "phy_common.h"
5
6
Rafał Miłecki7ed88522011-08-14 23:27:30 +02007#define B43_PHY_LCN_AFE_CTL1 B43_PHY_OFDM(0x03B)
8#define B43_PHY_LCN_AFE_CTL2 B43_PHY_OFDM(0x03C)
Rafał Miłeckiba356b52011-08-14 23:27:29 +02009#define B43_PHY_LCN_RF_CTL1 B43_PHY_OFDM(0x04C)
10#define B43_PHY_LCN_RF_CTL2 B43_PHY_OFDM(0x04D)
11#define B43_PHY_LCN_RF_CTL3 B43_PHY_OFDM(0x0B0)
12#define B43_PHY_LCN_RF_CTL4 B43_PHY_OFDM(0x0B1)
13#define B43_PHY_LCN_RF_CTL5 B43_PHY_OFDM(0x0B7)
14#define B43_PHY_LCN_RF_CTL6 B43_PHY_OFDM(0x0F9)
15#define B43_PHY_LCN_RF_CTL7 B43_PHY_OFDM(0x0FA)
16
17
Rafał Miłecki1d738e62011-07-07 15:25:27 +020018struct b43_phy_lcn {
19};
20
21
22struct b43_phy_operations;
23extern const struct b43_phy_operations b43_phyops_lcn;
24
Rafał Miłeckif9286682011-08-14 23:27:28 +020025#endif /* B43_PHY_LCN_H_ */