diff options
Diffstat (limited to 'drivers/net/wireless/b43/phy_common.h')
| -rw-r--r-- | drivers/net/wireless/b43/phy_common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_common.h b/drivers/net/wireless/b43/phy_common.h index 3912274f71e3..78d86526799e 100644 --- a/drivers/net/wireless/b43/phy_common.h +++ b/drivers/net/wireless/b43/phy_common.h @@ -222,6 +222,8 @@ struct b43_phy {  		struct b43_phy_ht *ht;  		/* LCN-PHY specific information */  		struct b43_phy_lcn *lcn; +		/* AC-PHY specific information */ +		struct b43_phy_ac *ac;  	};  	/* Band support flags. */  | 

