[ath9k-devel] [PATCH] ath9k: bring back direction setting in ath9k_{start_stop}
Giedrius Statkevičius <[email protected]> Sat, 03 Sep 2016 16:09:00 -0000
| Newsgroups | org.ath9k.lists.ath9k-devel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless,org.kernel.vger.netdev,org.kernel.vger.stable |
|---|---|
| Message-ID | <20160903160851.GA27396@tyrael> |
Some more users complaining about this:
https://bbs.archlinux.org/viewtopic.php?id=215978
On Thu, Sep 01, 2016 at 08:47:02PM +0300, Giedrius Statkevi?ius wrote:
> A regression was introduced in commit id 79d4db1214a ("ath9k: cleanup
> led_pin initial") that broken the WLAN status led on my laptop with
> AR9287 after suspending and resuming.
>
> Steps to reproduce:
> * Suspend (laptop)
> * Resume (laptop)
> * Observe that the WLAN led no longer turns ON/OFF depending on the
> status and is always red
>
> Even though for my case it only needs to be set to OUT in ath9k_start
> but for consistency bring back the IN direction setting as well.
>
> Cc: Miaoqing Pan <[email protected]>
> Cc: Kalle Valo <[email protected]>
> Cc: <[email protected]>
> Signed-off-by: Giedrius Statkevi?ius <[email protected]>
> ---
[...]