diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2010-02-27 13:03:32 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-09 15:06:49 -0500 |
commit | 9734485c8d2064f39ff77acf615e87da0766ce76 (patch) | |
tree | fc3e81b9251db0ff281871d65ebbe093787dd998 /drivers/net/wireless/b43/tables_nphy.h | |
parent | fa9029f8c34576e121a4b6ddbbd645081fe50c74 (diff) | |
download | linux-9734485c8d2064f39ff77acf615e87da0766ce76.tar.gz |
b43: N-PHY: add some registers and structs 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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/tables_nphy.h b/drivers/net/wireless/b43/tables_nphy.h index 9c1c6ecd3672..b23036f7dc19 100644 --- a/drivers/net/wireless/b43/tables_nphy.h +++ b/drivers/net/wireless/b43/tables_nphy.h @@ -4,6 +4,15 @@ #include <linux/types.h> +struct b43_phy_n_sfo_cfg { + u16 phy_bw1a; + u16 phy_bw2; + u16 phy_bw3; + u16 phy_bw4; + u16 phy_bw5; + u16 phy_bw6; +}; + struct b43_nphy_channeltab_entry { /* The channel number */ u8 channel; |