Browse Source

ar71xx: wzr-hp-ag300h: drop unused wmac led_pin settings

The GPIOs are used for defined LEDs and therefore are ignored/unset in
the ath9k driver since 192f0a3db859. The wireless led led trigger is
added in userspace since e20965811db6, which makes the
ap9x_pci_setup_wmac_led_pin() superfluous.

Signed-off-by: Mathias Kresin <[email protected]>
Mathias Kresin 8 years ago
parent
commit
f9311e4070
1 changed files with 0 additions and 3 deletions
  1. 0 3
      target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c

+ 0 - 3
target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c

@@ -192,9 +192,6 @@ static void __init wzrhpag300h_setup(void)
 
 
 	ap94_pci_init(eeprom1, mac1, eeprom2, mac2);
 	ap94_pci_init(eeprom1, mac1, eeprom2, mac2);
 
 
-	ap9x_pci_setup_wmac_led_pin(0, 1);
-	ap9x_pci_setup_wmac_led_pin(1, 5);
-
 	ap9x_pci_setup_wmac_leds(0, wzrhpag300h_wmac0_leds_gpio,
 	ap9x_pci_setup_wmac_leds(0, wzrhpag300h_wmac0_leds_gpio,
 				ARRAY_SIZE(wzrhpag300h_wmac0_leds_gpio));
 				ARRAY_SIZE(wzrhpag300h_wmac0_leds_gpio));
 	ap9x_pci_setup_wmac_leds(1, wzrhpag300h_wmac1_leds_gpio,
 	ap9x_pci_setup_wmac_leds(1, wzrhpag300h_wmac1_leds_gpio,