blob: 89f13b2e3370dedf467c0ebf38b442c0a46cd7ce [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łeckiba356b52011-08-14 23:27:29 +02007#define B43_PHY_LCN_RF_CTL1 B43_PHY_OFDM(0x04C)
8#define B43_PHY_LCN_RF_CTL2 B43_PHY_OFDM(0x04D)
9#define B43_PHY_LCN_RF_CTL3 B43_PHY_OFDM(0x0B0)
10#define B43_PHY_LCN_RF_CTL4 B43_PHY_OFDM(0x0B1)
11#define B43_PHY_LCN_RF_CTL5 B43_PHY_OFDM(0x0B7)
12#define B43_PHY_LCN_RF_CTL6 B43_PHY_OFDM(0x0F9)
13#define B43_PHY_LCN_RF_CTL7 B43_PHY_OFDM(0x0FA)
14
15
Rafał Miłecki1d738e62011-07-07 15:25:27 +020016struct b43_phy_lcn {
17};
18
19
20struct b43_phy_operations;
21extern const struct b43_phy_operations b43_phyops_lcn;
22
Rafał Miłeckif9286682011-08-14 23:27:28 +020023#endif /* B43_PHY_LCN_H_ */