mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-12 20:34:39 +02:00
4ad28d6429
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31278 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
438 B
Diff
12 lines
438 B
Diff
--- a/drivers/net/wireless/b43legacy/phy.c
|
|
+++ b/drivers/net/wireless/b43legacy/phy.c
|
|
@@ -1860,7 +1860,7 @@ void b43legacy_phy_xmitpower(struct b43l
|
|
* which accounts for the factor of 4 */
|
|
#define REG_MAX_PWR 20
|
|
max_pwr = min(REG_MAX_PWR * 4
|
|
- - dev->dev->bus->sprom.antenna_gain.ghz24.a0
|
|
+ - dev->dev->bus->sprom.antenna_gain.a0
|
|
- 0x6, max_pwr);
|
|
|
|
/* find the desired power in Q5.2 - power_level is in dBm
|