aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_lcn.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2011-09-16 06:34:02 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-09-19 16:10:13 -0400
commit1b0a69c1ff445c265b173cc82c3f41a01dd90bec (patch)
tree4cd524ec9a44caf2c5e47c15e2be850a8c04a2bd /drivers/net/wireless/b43/phy_lcn.h
parentac78a52f49e3645c49e2c13a239b570d2e590bee (diff)
b43: LCN-PHY: init TX power control
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_lcn.h b/drivers/net/wireless/b43/phy_lcn.h
index 25f06e8d453..2a386d07fc2 100644
--- a/drivers/net/wireless/b43/phy_lcn.h
+++ b/drivers/net/wireless/b43/phy_lcn.h
@@ -19,6 +19,8 @@
19 19
20 20
21struct b43_phy_lcn { 21struct b43_phy_lcn {
22 bool hw_pwr_ctl;
23 bool hw_pwr_ctl_capable;
22}; 24};
23 25
24 26