diff options
author | Gábor Stefanik <netrolller.3d@gmail.com> | 2009-08-14 00:15:17 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-20 11:35:51 -0400 |
commit | 1e711bee566e26f03e51d5a754e7c8a57e489f9f (patch) | |
tree | 963d8d7665d39426b0e2c1f6b6e6d5ca912520c7 /drivers/net/wireless/b43/phy_lp.h | |
parent | 588f8377c5470fab611c14ead768f7f9af87da94 (diff) | |
download | blackbird-op-linux-1e711bee566e26f03e51d5a754e7c8a57e489f9f.tar.gz blackbird-op-linux-1e711bee566e26f03e51d5a754e7c8a57e489f9f.zip |
b43: LP-PHY: Implement channel switching for rev0/1/B2062 radio
-Move pdiv from lpphy_2062_init to struct b43_phy_lp.
-Add channel table for the B2062 radio.
-Add code for tuning the B2062 radio to channel.
-Add error handling to op_switch_channel, and use it for both radios.
Rev0/1/B2062 will now hopefully show some signs of life, though
it won't work at full performance, as calibration is still missing.
Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/phy_lp.h')
-rw-r--r-- | drivers/net/wireless/b43/phy_lp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_lp.h b/drivers/net/wireless/b43/phy_lp.h index 4eab760ac619..99cb0386e345 100644 --- a/drivers/net/wireless/b43/phy_lp.h +++ b/drivers/net/wireless/b43/phy_lp.h @@ -884,6 +884,8 @@ struct b43_phy_lp { /* Used for "Save/Restore Dig Filt State" */ u16 dig_flt_state[9]; + + unsigned int pdiv; }; enum tssi_mux_mode { |