diff options
Diffstat (limited to 'drivers/net/wireless/b43/phy_common.h')
-rw-r--r-- | drivers/net/wireless/b43/phy_common.h | 3 |
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 2401bee8b081..47dcb800a3c3 100644 --- a/drivers/net/wireless/b43/phy_common.h +++ b/drivers/net/wireless/b43/phy_common.h | |||
@@ -194,6 +194,7 @@ struct b43_phy_a; | |||
194 | struct b43_phy_g; | 194 | struct b43_phy_g; |
195 | struct b43_phy_n; | 195 | struct b43_phy_n; |
196 | struct b43_phy_lp; | 196 | struct b43_phy_lp; |
197 | struct b43_phy_ht; | ||
197 | 198 | ||
198 | struct b43_phy { | 199 | struct b43_phy { |
199 | /* Hardware operation callbacks. */ | 200 | /* Hardware operation callbacks. */ |
@@ -216,6 +217,8 @@ struct b43_phy { | |||
216 | struct b43_phy_n *n; | 217 | struct b43_phy_n *n; |
217 | /* LP-PHY specific information */ | 218 | /* LP-PHY specific information */ |
218 | struct b43_phy_lp *lp; | 219 | struct b43_phy_lp *lp; |
220 | /* HT-PHY specific information */ | ||
221 | struct b43_phy_ht *ht; | ||
219 | }; | 222 | }; |
220 | 223 | ||
221 | /* Band support flags. */ | 224 | /* Band support flags. */ |