aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-01-30 15:55:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-01-30 15:55:59 +0000
commita89c59249a53a4a4183f8b90cfbe542a74134d26 (patch)
treee55c514e31c5aa55fe9663d44725375e77f65559 /package/kernel/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch
parent9130ba35ea4e3c09ead64a7f5eb57aaf5b0694a6 (diff)
downloadmaster-187ad058-a89c59249a53a4a4183f8b90cfbe542a74134d26.tar.gz
master-187ad058-a89c59249a53a4a4183f8b90cfbe542a74134d26.tar.bz2
master-187ad058-a89c59249a53a4a4183f8b90cfbe542a74134d26.zip
mac80211: refresh tarball with a newer backports version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39428 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch')
-rw-r--r--package/kernel/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch b/package/kernel/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch
index f2492e44eb..e76758ca63 100644
--- a/package/kernel/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch
+++ b/package/kernel/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch
@@ -19,7 +19,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
--- a/drivers/net/wireless/b43/b43.h
+++ b/drivers/net/wireless/b43/b43.h
-@@ -1058,6 +1058,31 @@ static inline bool b43_using_pio_transfe
+@@ -1061,6 +1061,31 @@ static inline bool b43_using_pio_transfe
return dev->__using_pio_transfers;
}
@@ -72,7 +72,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
struct b43_bus_dev *b43_bus_dev_ssb_init(struct ssb_device *sdev);
--- a/drivers/net/wireless/b43/main.c
+++ b/drivers/net/wireless/b43/main.c
-@@ -4424,7 +4424,7 @@ static int b43_phy_versioning(struct b43
+@@ -4437,7 +4437,7 @@ static int b43_phy_versioning(struct b43
u16 radio24[3];
for (tmp = 0; tmp < 3; tmp++) {
@@ -81,7 +81,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
radio24[tmp] = b43_read16(dev, B43_MMIO_RADIO24_DATA);
}
-@@ -4443,10 +4443,10 @@ static int b43_phy_versioning(struct b43
+@@ -4456,10 +4456,10 @@ static int b43_phy_versioning(struct b43
else
tmp = 0x5205017F;
} else {