diff options
author | Mathias Kresin <dev@kresin.me> | 2017-03-25 11:48:02 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-04-08 14:30:00 +0200 |
commit | 4a4c00e7c4bd3c752fdfecb2c10dc16277e63856 (patch) | |
tree | 452a8384835208710b89eda175e37885c4fa818e /package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch | |
parent | 1f5ea4eae46e46a87353a751637ccb5d5cd5f60b (diff) | |
download | mtk-20170518-4a4c00e7c4bd3c752fdfecb2c10dc16277e63856.zip mtk-20170518-4a4c00e7c4bd3c752fdfecb2c10dc16277e63856.tar.gz mtk-20170518-4a4c00e7c4bd3c752fdfecb2c10dc16277e63856.tar.bz2 |
ath9k: drop obsolete patch
Now that the wireless LEDs are added via platform leds this patch isn't
required any longer.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch')
-rw-r--r-- | package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch b/package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch index 4e165dd..f3fead0 100644 --- a/package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch +++ b/package/kernel/mac80211/patches/549-ath9k_enable_gpio_buttons.patch @@ -127,10 +127,10 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> for (i = 0; i < pdata->num_leds; i++) { --- a/include/linux/ath9k_platform.h +++ b/include/linux/ath9k_platform.h -@@ -50,6 +50,10 @@ struct ath9k_platform_data { +@@ -49,6 +49,10 @@ struct ath9k_platform_data { + int num_leds; const struct gpio_led *leds; - const char *led_name; + + unsigned num_btns; + const struct gpio_keys_button *btns; |