diff options
author | Michael Buesch <mbuesch@freenet.de> | 2006-03-25 14:36:57 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-27 11:19:47 -0500 |
commit | adc40e9796d03d56e99bdac62492492a1098124b (patch) | |
tree | 47d257ea6817e74ea274cb480af424ccc4f4661a /drivers/net/wireless/bcm43xx/bcm43xx.h | |
parent | 8afceb1e6a3b6361c7c2456ef488ee9c6db7b370 (diff) |
[PATCH] bcm43xx: sync GPHY init with the specs.
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/bcm43xx/bcm43xx.h')
-rw-r--r-- | drivers/net/wireless/bcm43xx/bcm43xx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx.h b/drivers/net/wireless/bcm43xx/bcm43xx.h index ae0fe5cf1d44..dcadd295de4f 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx.h | |||
@@ -495,6 +495,10 @@ struct bcm43xx_phyinfo { | |||
495 | const s8 *tssi2dbm; | 495 | const s8 *tssi2dbm; |
496 | /* idle TSSI value */ | 496 | /* idle TSSI value */ |
497 | s8 idle_tssi; | 497 | s8 idle_tssi; |
498 | |||
499 | /* Values from bcm43xx_calc_loopback_gain() */ | ||
500 | u16 loopback_gain[2]; | ||
501 | |||
498 | /* PHY lock for core.rev < 3 | 502 | /* PHY lock for core.rev < 3 |
499 | * This lock is only used by bcm43xx_phy_{un}lock() | 503 | * This lock is only used by bcm43xx_phy_{un}lock() |
500 | */ | 504 | */ |
@@ -674,6 +678,7 @@ struct bcm43xx_private { | |||
674 | 678 | ||
675 | u16 chip_id; | 679 | u16 chip_id; |
676 | u8 chip_rev; | 680 | u8 chip_rev; |
681 | u8 chip_package; | ||
677 | 682 | ||
678 | struct bcm43xx_sprominfo sprom; | 683 | struct bcm43xx_sprominfo sprom; |
679 | #define BCM43xx_NR_LEDS 4 | 684 | #define BCM43xx_NR_LEDS 4 |