diff options
author | Peter Denison <openwrt@marshadder.org> | 2007-06-25 19:52:55 +0000 |
---|---|---|
committer | Peter Denison <openwrt@marshadder.org> | 2007-06-25 19:52:55 +0000 |
commit | a83ac994c3a6948ab83d8de78fc9d1ae55451fce (patch) | |
tree | f9d25353c69bb492a847e4a004ed5f88fc4ba03a /package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_lo.h | |
parent | 164e789c7ae5f9369d3a89cf2e76c0bde758dba5 (diff) | |
download | upstream-a83ac994c3a6948ab83d8de78fc9d1ae55451fce.tar.gz upstream-a83ac994c3a6948ab83d8de78fc9d1ae55451fce.tar.bz2 upstream-a83ac994c3a6948ab83d8de78fc9d1ae55451fce.zip |
Merge bcm43xx-mac80211 driver from tree at bu3sch.de, pulled 24/6
SVN-Revision: 7734
Diffstat (limited to 'package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_lo.h')
-rw-r--r-- | package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_lo.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_lo.h b/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_lo.h index e9d4d59c29..71fbe3e79d 100644 --- a/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_lo.h +++ b/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_lo.h @@ -41,10 +41,6 @@ struct bcm43xx_txpower_lo_control { struct bcm43xx_rfatt_list rfatt_list; struct bcm43xx_bbatt_list bbatt_list; - /* Current RF and BB attenuation and LO control values. */ - struct bcm43xx_rfatt rfatt; - struct bcm43xx_bbatt bbatt; - /* Current TX Bias value */ u8 tx_bias; /* Current TX Magnification Value (if used by the device) */ @@ -69,7 +65,7 @@ void bcm43xx_lo_g_measure(struct bcm43xx_wldev *dev); void bcm43xx_lo_g_adjust(struct bcm43xx_wldev *dev); /* Adjust to specific values. */ void bcm43xx_lo_g_adjust_to(struct bcm43xx_wldev *dev, - u16 rfatt, u16 bbatt, u16 txctl1); + u16 rfatt, u16 bbatt, u16 tx_control); /* Returns the bcm43xx_lo_g_ctl corresponding to the current * attenuation values. |