diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-11-16 06:55:38 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-11-16 06:55:38 +0000 |
commit | b2dab45aa776f8cacef8606af05cc657c8f99323 (patch) | |
tree | 9cddf12960f3ea2bf6f4ce656572fb7301cc8c5e /package/kernel/mac80211/patches/845-b43-only-use-gpio-0-1-for-led.patch | |
parent | d42669bf330fab4249c0feb33ae7894a7c935a35 (diff) | |
download | upstream-b2dab45aa776f8cacef8606af05cc657c8f99323.tar.gz upstream-b2dab45aa776f8cacef8606af05cc657c8f99323.tar.bz2 upstream-b2dab45aa776f8cacef8606af05cc657c8f99323.zip |
kernel: backport ssb changes from 4.4-rc1
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 47483
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 ab06b6e94c..d4f9a8892b 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 -@@ -2900,6 +2900,14 @@ static int b43_gpio_init(struct b43_wlde +@@ -2899,6 +2899,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 */ |