diff options
author | Michael Buesch <mb@bu3sch.de> | 2009-01-31 19:34:53 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-09 21:03:48 +0100 |
commit | 24b5bcc6aef46346edd69becf62d2125c0b3208e (patch) | |
tree | 28e7d0168fd3383c00f3e46c42609af7d243ad4a /drivers/net/wireless/b43/tables_lpphy.h | |
parent | b43: Add LP-PHY baseband init for >=rev2 (diff) | |
download | linux-24b5bcc6aef46346edd69becf62d2125c0b3208e.tar.xz linux-24b5bcc6aef46346edd69becf62d2125c0b3208e.zip |
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 @@ u32 b43_lptab_read(struct b43_wldev *dev, u32 offset); void b43_lptab_write(struct b43_wldev *dev, u32 offset, u32 value); +void b2062_upload_init_table(struct b43_wldev *dev); + #endif /* B43_TABLES_LPPHY_H_ */ |