aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/530-b43-optimize-hotpath-mmio.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-04-24 14:59:27 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-04-24 14:59:27 +0000
commit9e87dd54df5b886f470582d0dd70976ad137bbbe (patch)
tree538ff3be1a42a375b842fd2c8e8a9490827d9586 /package/mac80211/patches/530-b43-optimize-hotpath-mmio.patch
parent5065d310d1e1cd7656ec27d7c6f83811b93a459b (diff)
downloadupstream-9e87dd54df5b886f470582d0dd70976ad137bbbe.tar.gz
upstream-9e87dd54df5b886f470582d0dd70976ad137bbbe.tar.bz2
upstream-9e87dd54df5b886f470582d0dd70976ad137bbbe.zip
mac80211: cleanup patches
SVN-Revision: 15392
Diffstat (limited to 'package/mac80211/patches/530-b43-optimize-hotpath-mmio.patch')
-rw-r--r--package/mac80211/patches/530-b43-optimize-hotpath-mmio.patch12
1 files changed, 4 insertions, 8 deletions
diff --git a/package/mac80211/patches/530-b43-optimize-hotpath-mmio.patch b/package/mac80211/patches/530-b43-optimize-hotpath-mmio.patch
index 3413731993..9ea12f3b45 100644
--- a/package/mac80211/patches/530-b43-optimize-hotpath-mmio.patch
+++ b/package/mac80211/patches/530-b43-optimize-hotpath-mmio.patch
@@ -1,7 +1,5 @@
-Index: compat-wireless-2009-03-31/drivers/net/wireless/b43/b43.h
-===================================================================
---- compat-wireless-2009-03-31.orig/drivers/net/wireless/b43/b43.h 2009-04-08 20:27:37.000000000 +0200
-+++ compat-wireless-2009-03-31/drivers/net/wireless/b43/b43.h 2009-04-08 20:28:14.000000000 +0200
+--- a/drivers/net/wireless/b43/b43.h
++++ b/drivers/net/wireless/b43/b43.h
@@ -778,8 +778,8 @@ struct b43_wldev {
/* Reason code of the last interrupt. */
u32 irq_reason;
@@ -13,10 +11,8 @@ Index: compat-wireless-2009-03-31/drivers/net/wireless/b43/b43.h
/* Link Quality calculation context. */
struct b43_noise_calculation noisecalc;
/* if > 0 MAC is suspended. if == 0 MAC is enabled. */
-Index: compat-wireless-2009-03-31/drivers/net/wireless/b43/main.c
-===================================================================
---- compat-wireless-2009-03-31.orig/drivers/net/wireless/b43/main.c 2009-04-08 20:22:24.000000000 +0200
-+++ compat-wireless-2009-03-31/drivers/net/wireless/b43/main.c 2009-04-08 20:41:43.000000000 +0200
+--- a/drivers/net/wireless/b43/main.c
++++ b/drivers/net/wireless/b43/main.c
@@ -673,32 +673,6 @@ static void b43_short_slot_timing_disabl
b43_set_slot_time(dev, 20);
}