1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 15:13:10 +03:00
openwrt-xburst/package/mac80211/patches/805-fix_gpio_bcm5354.patch

12 lines
362 B
Diff
Raw Normal View History

--- a/drivers/net/wireless/b43/main.c
+++ b/drivers/net/wireless/b43/main.c
@@ -2687,6 +2687,8 @@ static int b43_gpio_init(struct b43_wlde
mask |= 0x0060;
set |= 0x0060;
}
+ if (dev->dev->chip_id == 0x5354)
+ set &= 0xff02;
if (0 /* FIXME: conditional unknown */ ) {
b43_write16(dev, B43_MMIO_GPIO_MASK,
b43_read16(dev, B43_MMIO_GPIO_MASK)