mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-13 18:07:11 +02:00
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
|