diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-04-16 21:08:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-04-16 21:08:41 +0000 |
commit | c0c371b58134d391f46de6dabf2bd0a96267cb38 (patch) | |
tree | 7b489799c8ddbfdd0ac3462317ce2be1a41368ed /package/mac80211/patches/805-fix_gpio_bcm5354.patch | |
parent | c379502147ee31e5b429ea8c38ae8c79e158e96a (diff) | |
download | upstream-c0c371b58134d391f46de6dabf2bd0a96267cb38.tar.gz upstream-c0c371b58134d391f46de6dabf2bd0a96267cb38.tar.bz2 upstream-c0c371b58134d391f46de6dabf2bd0a96267cb38.zip |
mac80211: update to wireless-testing 2012-04-13
SVN-Revision: 31322
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) |