diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-12 15:37:34 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-12 15:37:34 +0000 |
commit | 1b67e879a76a8dea78690b67a621d9b2ca60c0b9 (patch) | |
tree | 8454648f4bd41771cd8698673f00925c524062d2 /package/kernel/mac80211/patches/845-b43-only-use-gpio-0-1-for-led.patch | |
parent | 5f41e561cab9169a39ce7a23030c4af92b3399cd (diff) | |
download | upstream-1b67e879a76a8dea78690b67a621d9b2ca60c0b9.tar.gz upstream-1b67e879a76a8dea78690b67a621d9b2ca60c0b9.tar.bz2 upstream-1b67e879a76a8dea78690b67a621d9b2ca60c0b9.zip |
mac80211: b43: backport b43 patches from wireless testing
This brings b43 up to wireless-testing/master master-2014-07-10
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41593
Diffstat (limited to 'package/kernel/mac80211/patches/845-b43-only-use-gpio-0-1-for-led.patch')
-rw-r--r-- | package/kernel/mac80211/patches/845-b43-only-use-gpio-0-1-for-led.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/845-b43-only-use-gpio-0-1-for-led.patch b/package/kernel/mac80211/patches/845-b43-only-use-gpio-0-1-for-led.patch index efc3451082..3e62591406 100644 --- a/package/kernel/mac80211/patches/845-b43-only-use-gpio-0-1-for-led.patch +++ b/package/kernel/mac80211/patches/845-b43-only-use-gpio-0-1-for-led.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/b43/main.c +++ b/drivers/net/wireless/b43/main.c -@@ -2766,6 +2766,14 @@ static int b43_gpio_init(struct b43_wlde +@@ -2804,6 +2804,14 @@ static int b43_gpio_init(struct b43_wlde } else if (dev->dev->chip_id == 0x5354) { /* Don't allow overtaking buttons GPIOs */ set &= 0x2; /* 0x2 is LED GPIO on BCM5354 */ |