diff options
Diffstat (limited to 'package/mac80211/patches/805-fix_gpio_bcm5354.patch')
-rw-r--r-- | package/mac80211/patches/805-fix_gpio_bcm5354.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/805-fix_gpio_bcm5354.patch b/package/mac80211/patches/805-fix_gpio_bcm5354.patch deleted file mode 100644 index a3cf0d0987..0000000000 --- a/package/mac80211/patches/805-fix_gpio_bcm5354.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |