summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_lcn.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2011-07-07 15:25:27 +0200
committerJohn W. Linville <linville@tuxdriver.com>2011-07-08 11:11:25 -0400
commit1d738e64f3d957d56c1b51e64ebdef986a8760e3 (patch)
tree15bc3db421bd44c031b58bd4953d69c91fc081eb /drivers/net/wireless/b43/phy_lcn.h
parent0cd20a278e1ef9da9f6a987942794c9d65af8c4d (diff)
downloadop-kernel-dev-1d738e64f3d957d56c1b51e64ebdef986a8760e3.zip
op-kernel-dev-1d738e64f3d957d56c1b51e64ebdef986a8760e3.tar.gz
b43: LCN-PHY add place for new PHY support
LCN-PHY was found in 14e4:4727 card. It uses LCN/1 and 0x2064/1 radio. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/phy_lcn.h')
-rw-r--r--drivers/net/wireless/b43/phy_lcn.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_lcn.h b/drivers/net/wireless/b43/phy_lcn.h
new file mode 100644
index 0000000..c046c2a
--- /dev/null
+++ b/drivers/net/wireless/b43/phy_lcn.h
@@ -0,0 +1,14 @@
+#ifndef B43_PHY_LCN_H_
+#define B43_PHY_LCN_H_
+
+#include "phy_common.h"
+
+
+struct b43_phy_lcn {
+};
+
+
+struct b43_phy_operations;
+extern const struct b43_phy_operations b43_phyops_lcn;
+
+#endif /* B43_PHY_LCN_H_ */ \ No newline at end of file
OpenPOWER on IntegriCloud