|
@@ -195,6 +195,7 @@ struct b43_phy_g;
|
|
|
struct b43_phy_n;
|
|
|
struct b43_phy_lp;
|
|
|
struct b43_phy_ht;
|
|
|
+struct b43_phy_lcn;
|
|
|
|
|
|
struct b43_phy {
|
|
|
/* Hardware operation callbacks. */
|
|
@@ -219,6 +220,8 @@ struct b43_phy {
|
|
|
struct b43_phy_lp *lp;
|
|
|
/* HT-PHY specific information */
|
|
|
struct b43_phy_ht *ht;
|
|
|
+ /* LCN-PHY specific information */
|
|
|
+ struct b43_phy_lcn *lcn;
|
|
|
};
|
|
|
|
|
|
/* Band support flags. */
|