diff options
author | Michael Buesch <mb@bu3sch.de> | 2009-01-31 13:34:53 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-09 15:03:48 -0500 |
commit | 24b5bcc6aef46346edd69becf62d2125c0b3208e (patch) | |
tree | 28e7d0168fd3383c00f3e46c42609af7d243ad4a /drivers/net/wireless/b43/tables_lpphy.h | |
parent | 6c1bb9276c492c803611e63fa6fab8276c02ee70 (diff) |
b43: Add LP 2062 radio init
This adds initialization code for the 2062 radio.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/tables_lpphy.h')
-rw-r--r-- | drivers/net/wireless/b43/tables_lpphy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/tables_lpphy.h b/drivers/net/wireless/b43/tables_lpphy.h index d32e7450680b..03ea2ff5d13a 100644 --- a/drivers/net/wireless/b43/tables_lpphy.h +++ b/drivers/net/wireless/b43/tables_lpphy.h | |||
@@ -17,5 +17,7 @@ | |||
17 | u32 b43_lptab_read(struct b43_wldev *dev, u32 offset); | 17 | u32 b43_lptab_read(struct b43_wldev *dev, u32 offset); |
18 | void b43_lptab_write(struct b43_wldev *dev, u32 offset, u32 value); | 18 | void b43_lptab_write(struct b43_wldev *dev, u32 offset, u32 value); |
19 | 19 | ||
20 | void b2062_upload_init_table(struct b43_wldev *dev); | ||
21 | |||
20 | 22 | ||
21 | #endif /* B43_TABLES_LPPHY_H_ */ | 23 | #endif /* B43_TABLES_LPPHY_H_ */ |