summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/phy_common.h
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2008-08-30 10:55:48 +0200
committerJohn W. Linville <linville@tuxdriver.com>2008-09-05 16:17:43 -0400
commite63e436326919dcc36e2bb242bc570257de70521 (patch)
tree37dd6b4c6637f0c94c38fdbdc6da4718c363ba56 /drivers/net/wireless/b43/phy_common.h
parent3d0da7516441d41dbfcc2b2667d9b792d580e50b (diff)
b43: Add LP-PHY template
This adds template code for the LP-PHY. No actual functionality is implemented. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/phy_common.h')
-rw-r--r--drivers/net/wireless/b43/phy_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_common.h b/drivers/net/wireless/b43/phy_common.h
index f8db9f40df5..a876e169cc8 100644
--- a/drivers/net/wireless/b43/phy_common.h
+++ b/drivers/net/wireless/b43/phy_common.h
@@ -165,6 +165,7 @@ struct b43_phy_operations {
struct b43_phy_a;
struct b43_phy_g;
struct b43_phy_n;
+struct b43_phy_lp;
struct b43_phy {
/* Hardware operation callbacks. */
@@ -185,6 +186,8 @@ struct b43_phy {
struct b43_phy_g *g;
/* N-PHY specific information */
struct b43_phy_n *n;
+ /* LP-PHY specific information */
+ struct b43_phy_lp *lp;
};
/* Band support flags. */