X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fkernel%2Fmac80211%2Fpatches%2F830-b43-workaround-pcie-bcm4716.patch;h=e76758ca636e8302d8c362a0de13890e89a5b023;hp=f2492e44eb47cb6c3205e3ac5d1716becdc2d4af;hb=1333e0720a46efb3131fa9d8e3f67c882fe2c608;hpb=95b5891c5f06bafbe63a5374608f3572c492c16c 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 --- 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 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 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 {