Steve, Chirag,
I found where the issue is in the code.
Chirag - you're right the code in the patch submited by Gabor in the
helper-patch is where we should be putting our corrections.

File:
https://dev.openwrt.org/browser/trunk/target/linux/ar71xx/patches-3.10/613-MIPS-ath79-add-ath79_wmac_setup_ext_lna_gpio-helper.patch

Line 325:
        err = gpio_request_one(gpio, GPIOF_DIR_OUT | GPIOF_INIT_LOW, label);


Replace with:
        err = gpio_request_one(gpio, GPIOF_DIR_OUT | GPIOF_INIT_HIGH,
label);
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to