diff options
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 |