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 | 38f683ca8545e047ca09ce4262d6839f5e38aa35 (patch) | |
tree | 9bc98534eff6f3b7550c7fa170e63c35670637cb /package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_lo.h | |
parent | c62ae7c76e7f93c3e053ac2a92fece74c5b2c48e (diff) | |
download | upstream-38f683ca8545e047ca09ce4262d6839f5e38aa35.tar.gz upstream-38f683ca8545e047ca09ce4262d6839f5e38aa35.tar.bz2 upstream-38f683ca8545e047ca09ce4262d6839f5e38aa35.zip |
Merge bcm43xx-mac80211 driver from tree at bu3sch.de, pulled 24/6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7734 3c298f89-4303-0410-b956-a3cf2f4a3e73
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. |