diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-08-12 15:27:34 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-22 14:46:01 -0400 |
commit | b50583484ab60ba5c3af9eff476a2cc712cf7f49 (patch) | |
tree | c4e0a82996aa7f7417281f8a262f3e9679a1c0bc /drivers/net/wireless/b43/tables_phy_ht.h | |
parent | 19240f36cf4c4ccc9a1b0a368d0fd59c9bbbfba6 (diff) | |
download | linux-b50583484ab60ba5c3af9eff476a2cc712cf7f49.tar.bz2 |
b43: HT-PHY: init: init BPHY and upload 0x1a table
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/tables_phy_ht.h')
-rw-r--r-- | drivers/net/wireless/b43/tables_phy_ht.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/tables_phy_ht.h b/drivers/net/wireless/b43/tables_phy_ht.h index ea3be382c894..bd20e9a818ea 100644 --- a/drivers/net/wireless/b43/tables_phy_ht.h +++ b/drivers/net/wireless/b43/tables_phy_ht.h @@ -19,4 +19,7 @@ void b43_httab_write_bulk(struct b43_wldev *dev, u32 offset, void b43_phy_ht_tables_init(struct b43_wldev *dev); +#define B43_HTTAB_1A_C0_LATE_SIZE 128 +extern const u32 b43_httab_0x1a_0xc0_late[]; + #endif /* B43_TABLES_PHY_HT_H_ */ |