diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-04-16 21:08:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-04-16 21:08:41 +0000 |
commit | c0c371b58134d391f46de6dabf2bd0a96267cb38 (patch) | |
tree | 7b489799c8ddbfdd0ac3462317ce2be1a41368ed /package/mac80211/patches/890-b43legay-antenna-gain.patch | |
parent | c379502147ee31e5b429ea8c38ae8c79e158e96a (diff) | |
download | upstream-c0c371b58134d391f46de6dabf2bd0a96267cb38.tar.gz upstream-c0c371b58134d391f46de6dabf2bd0a96267cb38.tar.bz2 upstream-c0c371b58134d391f46de6dabf2bd0a96267cb38.zip |
mac80211: update to wireless-testing 2012-04-13
SVN-Revision: 31322
Diffstat (limited to 'package/mac80211/patches/890-b43legay-antenna-gain.patch')
-rw-r--r-- | package/mac80211/patches/890-b43legay-antenna-gain.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/890-b43legay-antenna-gain.patch b/package/mac80211/patches/890-b43legay-antenna-gain.patch deleted file mode 100644 index 9c1510a0ca..0000000000 --- a/package/mac80211/patches/890-b43legay-antenna-gain.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |