[PATCH] ath9k: Add Dell Wireless 1802 with wowlan capability

2017-07-13 Thread Rosen Penev
Add the Dell Wireless 1802 card as an AR9462 in the ath9k pci list. Note that the wowlan feature is supported and has been tested successfully. Signed-off by: Rosen Penev --- drivers/net/wireless/ath/ath9k/pci.c | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH] zd1211rw: fix spelling mistake 'hybernate' -> 'hibernate'

2017-07-13 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in PDEBUG debug message. Signed-off-by: Colin Ian King --- drivers/net/wireless/zydas/zd1211rw/zd_rf_rf2959.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: net-next STATUS page

2017-07-13 Thread Jan Engelhardt
On Thursday 2017-07-13 13:32, Saeed Mahameed wrote: >>> Therefore, in order to avoid any and all confusion I have created this web site: http://vger.kernel.org/~davem/net-next.html > > You will need an image processing algorithm to determine whether it is open or > close, i

Re: net-next STATUS page

2017-07-13 Thread Saeed Mahameed
On 7/13/2017 11:56 AM, Jiri Pirko wrote: Tue, Jul 11, 2017 at 08:58:41PM CEST, step...@networkplumber.org wrote: On Tue, 11 Jul 2017 07:24:16 -0700 (PDT) David Miller wrote: It has gotten to the point that even casually walking around Faro, Portugal last week, random

Re: ath10k QCA6174 not working -> missing data in board2.bin?

2017-07-13 Thread The Rasterman
On Wed, 5 Jul 2017 20:52:58 +0900 Carsten Haitzler (The Rasterman) said: ... and info on this? i'm wondering if this variant requires custom firmware? board-2.bin isn't happy and i can't find pointers/info on what this is and where the data came from... i've built the

Re: net-next STATUS page

2017-07-13 Thread Jiri Pirko
Tue, Jul 11, 2017 at 08:58:41PM CEST, step...@networkplumber.org wrote: >On Tue, 11 Jul 2017 07:24:16 -0700 (PDT) >David Miller wrote: > >> It has gotten to the point that even casually walking around >> Faro, Portugal last week, random German tourists would stop >> me in the

[PATCH] rtlwifi: rtl8821ae: Fix HW_VAR_NAV_UPPER operation

2017-07-13 Thread Dan Carpenter
The cast here is wrong. We want to cast the pointer but we accidentally do a no-op cast of the value. We normally want to set us_nav_upper to WIFI_NAV_UPPER_US (3) but because of this bug we instead set it to 184 on little endian systems and 0 on big endian ones. Fixes: 3c05bedb5fef