Re: [PATCH 0/4] cfg80211/mac80211: Add support to configure and monitor txrate threshold

2018-06-14 Thread Arend van Spriel
On 6/13/2018 5:10 PM, Toke Høiland-Jørgensen wrote: Tamizh Chelvam Raja writes: This patchsets introduced new NL command and api to support configuring txrate threshold for the connected stations and api to notify userspace application upon crossing the configured txrate threshold. This will b

RE: [EXTERNAL] Re: [RFT 3/6] wlcore: Add support for runtime PM

2018-06-14 Thread Reizer, Eyal
>> However, trying a wl1281 module and enabling PLT mode it boots ok but after >> a couple of seconds the below crash is seen. >> Seems like a similar crash to the one I have seen before,right? > >Sorry for the delay, only today had enough time to figure >this one out, see below. > >> sh-4.4# cali

[PATCH v2 1/5] cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Omer Efrat
Since 'filled' member in station_info changed to u64, BIT_ULL macro should be used with NL80211_STA_INFO_* attribute types instead of BIT. The BIT macro uses unsigned long type which some architectures handle as 32bit and this results in compilation warnings such as: net/mac80211/sta_info.c:2223:

[PATCH v2 0/5] use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Omer Efrat
Since 'filled' member in station_info changed to u64, BIT_ULL macro should be used with NL80211_STA_INFO_* attribute types instead of BIT. The BIT macro uses unsigned long type which some architectures handle as 32bit and this results in compilation warnings such as: net/mac80211/sta_info.c:2223:

[PATCH v2 2/5] mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Omer Efrat
Since 'filled' member in station_info changed to u64, BIT_ULL macro should be used with NL80211_STA_INFO_* attribute types instead of BIT. The BIT macro uses unsigned long type which some architectures handle as 32bit and this results in compilation warnings such as: net/mac80211/sta_info.c:2223:

[PATCH v2 4/5] wireless-drivers: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Omer Efrat
Since 'filled' member in station_info changed to u64, BIT_ULL macro should be used with NL80211_STA_INFO_* attribute types instead of BIT. The BIT macro uses unsigned long type which some architectures handle as 32bit and this results in compilation warnings such as: net/mac80211/sta_info.c:2223:

[PATCH v2 5/5] staging: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Omer Efrat
Since 'filled' member in station_info changed to u64, BIT_ULL macro should be used with NL80211_STA_INFO_* attribute types instead of BIT. The BIT macro uses unsigned long type which some architectures handle as 32bit and this results in compilation warnings such as: net/mac80211/sta_info.c:2223:

Re: [PATCH v2 1/5] cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Johannes Berg
On Thu, 2018-06-14 at 13:11 +0300, Omer Efrat wrote: > Since 'filled' member in station_info changed to u64, BIT_ULL macro > should be used with NL80211_STA_INFO_* attribute types instead of BIT. > > The BIT macro uses unsigned long type which some architectures handle as 32bit > and this results

Re: [PATCH v2 2/5] mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Johannes Berg
On Thu, 2018-06-14 at 13:11 +0300, Omer Efrat wrote: > Since 'filled' member in station_info changed to u64, BIT_ULL macro > should be used with NL80211_STA_INFO_* attribute types instead of BIT. > > The BIT macro uses unsigned long type which some architectures handle as 32bit > and this results

Re: [B.A.T.M.A.N.] [PATCH v2 3/5] batman: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Johannes Berg
On Thu, 2018-06-14 at 12:53 +0200, Sven Eckelmann wrote: > Hi, > > here are the infos which were missing and which should be included in the > commit message > > > > Since 'filled' member in station_info changed to u64 > > in commit 739960f128e5 ("cfg80211/nl80211: Add support for > NL80211_ST

Re: [PATCH v2 5/5] staging: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Johannes Berg
On Thu, 2018-06-14 at 13:13 +0300, Omer Efrat wrote: > Since 'filled' member in station_info changed to u64, BIT_ULL macro > should be used with NL80211_STA_INFO_* attribute types instead of BIT. > > The BIT macro uses unsigned long type which some architectures handle as 32bit > and this results

RE: [EXTERNAL] Re: [RFT 3/6] wlcore: Add support for runtime PM

2018-06-14 Thread Reizer, Eyal
> >This happens on runtime_suspend() where we are already in PLT > >and then that error gets stored and then next pm_runtime_get() > >returns -EINVAL. The patch below should fix it. I'll fold it > i>nto the runtime PM related patch assuming it works for you. > > > >Regards, > > > >Tony > > > >8< --

Re: [PATCH v2 2/5] mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Omer Efrat
Johannes Berg wrote: >Perhaps, though I'm not sure I see it, there's some value in switching >them all so that if you copy something and change it to a new value you >don't run into this problem again, but if anything that should be (a) >separate patch(es) since this one is a bugfix and the others

Re: I will definately enlighten you more as soon as I hear from you.

2018-06-14 Thread LAFFARGUE Edwige
Good Morning, Although, I am not comfortable discussing the content of my mail on the Internet owing to lots of unsolicited/Spam mails on the net nowadays. However, I have made up my mind to will my late Husband's funds to you so you can use it for charity duties and good work to humanity. The amo

Re: [PATCH 1/3] wcn36xx: Fix WEP104 encryption type

2018-06-14 Thread Kalle Valo
Loic Poulain writes: > Signed-off-by: Loic Poulain > --- > drivers/net/wireless/ath/wcn36xx/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/ath/wcn36xx/main.c > b/drivers/net/wireless/ath/wcn36xx/main.c > index aeb5e6e..4648a78 100644 > ---

Re: [PATCH 3/3] wcn36xx: Fix WEP encryption

2018-06-14 Thread Kalle Valo
Loic Poulain writes: > In case of WEP encryption, driver has to configure shared key for > associated station(s). Note that sta pointer is NULL in case of non > pairwise key, causing NULL pointer dereference with existing code > (sta_priv->is_data_encrypted). Fix this by using associated sta list

Re: [PATCH v2 2/5] mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Omer Efrat
Omer Efrat wrote: >Johannes Berg wrote: >>Perhaps, though I'm not sure I see it, there's some value in switching >>them all so that if you copy something and change it to a new value you >>don't run into this problem again, but if anything that should be (a) >>separate patch(es) since this one is a

Re: [PATCH v2 2/5] mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Johannes Berg
On Thu, 2018-06-14 at 15:55 +, Omer Efrat wrote: > Omer Efrat wrote: > > Johannes Berg wrote: > > > Perhaps, though I'm not sure I see it, there's some value in switching > > > them all so that if you copy something and change it to a new value you > > > don't run into this problem again, but i

Re: [PATCH v2 2/5] mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute types

2018-06-14 Thread Omer Efrat
Johannes Berg wrote: >I don't think it is. > >The bugfix is certainly legitimate, but I don't want to claim such a >long patch as the bugfix, with a single compiler warning to show for. Understood. >If you prefer, I can do the bugfix separately myself, and then you can >focus on the remaining pat

Re: Atheros AR9462 - 5Ghz not working

2018-06-14 Thread Janusz Dziedzic
2018-06-14 6:15 GMT+02:00 : > > mgre...@cinci.rr.com wrote: >> >> mgre...@cinci.rr.com wrote: >> > >> > mgre...@cinci.rr.com wrote: >> > > >> > > Sedat Dilek wrote: >> > > > On Tue, May 22, 2018 at 7:21 PM, wrote: >> > > > > I've run out of ideas and am hoping someone here c

Re: [EXTERNAL] Re: [RFT 3/6] wlcore: Add support for runtime PM

2018-06-14 Thread Tony Lindgren
* Reizer, Eyal [180614 11:32]: > Hold on, I might have edited the wrong version of the file (main.c). > Sorry about that. Working on too many branches/boards... :( > Applied this change again and things look good now with the wl1281 based > module. Heh OK :) Sounds like time to post the whole s