diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2010-01-15 14:34:21 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-01-16 01:05:30 +0300 |
commit | f8187b5b9780a9ac3c12c70413615a0fdf321cd5 (patch) | |
tree | 958642e56b1c5190d7c6ef7dcaec608a9c23a9fc /drivers/net/wireless/b43/tables_nphy.h | |
parent | 76a4db303d06066792bbc0e886def2cf99b232ef (diff) | |
download | linux-f8187b5b9780a9ac3c12c70413615a0fdf321cd5.tar.xz |
b43: N-PHY: add needed struct definitions
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_nphy.h')
-rw-r--r-- | drivers/net/wireless/b43/tables_nphy.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/tables_nphy.h b/drivers/net/wireless/b43/tables_nphy.h index 1f0a602fd247..f6753c4b96b2 100644 --- a/drivers/net/wireless/b43/tables_nphy.h +++ b/drivers/net/wireless/b43/tables_nphy.h @@ -46,6 +46,11 @@ struct b43_nphy_channeltab_entry { struct b43_wldev; +struct nphy_txiqcal_ladder { + u8 percent; + u8 g_env; +}; + /* Upload the default register value table. * If "ghz5" is true, we upload the 5Ghz table. Otherwise the 2.4Ghz * table is uploaded. If "ignore_uploadflag" is true, we upload any value |