diff options
author | Michael Buesch <mbuesch@freenet.de> | 2006-02-28 09:32:19 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-27 11:18:40 -0500 |
commit | 367f899ac3b52cf4611cd291ec2bfbf774b15bc7 (patch) | |
tree | 99763a1b2c27e3371c575beab326147bdb675410 /drivers/net/wireless/bcm43xx/bcm43xx.h | |
parent | f398f02d12cdc372e16c5e86246b10acf7211abc (diff) |
[PATCH] bcm43xx: Add sysfs attributes for device specific tunables.
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/bcm43xx/bcm43xx.h')
-rw-r--r-- | drivers/net/wireless/bcm43xx/bcm43xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx.h b/drivers/net/wireless/bcm43xx/bcm43xx.h index 21c75cae14bf..fd9754b52951 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx.h | |||
@@ -15,6 +15,7 @@ | |||
15 | 15 | ||
16 | #include "bcm43xx_debugfs.h" | 16 | #include "bcm43xx_debugfs.h" |
17 | #include "bcm43xx_leds.h" | 17 | #include "bcm43xx_leds.h" |
18 | #include "bcm43xx_sysfs.h" | ||
18 | 19 | ||
19 | 20 | ||
20 | #define PFX KBUILD_MODNAME ": " | 21 | #define PFX KBUILD_MODNAME ": " |
@@ -606,6 +607,8 @@ struct bcm43xx_key { | |||
606 | }; | 607 | }; |
607 | 608 | ||
608 | struct bcm43xx_private { | 609 | struct bcm43xx_private { |
610 | struct bcm43xx_sysfs sysfs; | ||
611 | |||
609 | struct ieee80211_device *ieee; | 612 | struct ieee80211_device *ieee; |
610 | struct ieee80211softmac_device *softmac; | 613 | struct ieee80211softmac_device *softmac; |
611 | 614 | ||