diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-01-30 15:55:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-01-30 15:55:59 +0000 |
commit | 9abf24166abe1d13804c98a14c89e1a04e0bf7ec (patch) | |
tree | 7d70f29fda673aa2f711c2c827f7855eecdd0bfb /package/kernel/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch | |
parent | eb7a1ba94b7221358ab5f207d8af8dc8b7a2cf74 (diff) | |
download | upstream-9abf24166abe1d13804c98a14c89e1a04e0bf7ec.tar.gz upstream-9abf24166abe1d13804c98a14c89e1a04e0bf7ec.tar.bz2 upstream-9abf24166abe1d13804c98a14c89e1a04e0bf7ec.zip |
mac80211: refresh tarball with a newer backports version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39428
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.patch | 6 |
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 { |