Re: Atheros AR9462 - 5Ghz not working

2018-06-18 Thread Martin Blumenstingl
Hi Arend, On Mon, Jun 18, 2018 at 9:23 PM Arend van Spriel wrote: > > + Martin thank you for CC'ing me! > On 6/18/2018 3:53 PM, mgre...@cinci.rr.com wrote: > > > > Tom Psyborg wrote: > >> Hi > >> > >> Your log only show attemps on ch 2447, Can you try connecting to 5GHz > >> AP? Connect

Re: [PATCH] cfg80211: Add cumulative channel survey dump support.

2018-06-18 Thread Johannes Berg
On Thu, 2018-05-31 at 14:36 +0530, vnara...@codeaurora.org wrote: > On 2018-05-23 15:24, Johannes Berg wrote: > > On Tue, 2018-05-22 at 14:45 +0530, Venkateswara Naralasetty wrote: > > > This patch provides support to send accumulated survey data to > > > user if low level drivers provides

[PATCH] rfkill: add header files to MAINTAINERS

2018-06-18 Thread Johannes Berg
From: Johannes Berg These files weren't covered by the MAINTAINERS file, add them. Reported-by: Peter Meerwald-Stadler Signed-off-by: Johannes Berg --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2c7069037a15..1fe2aac28177 100644 ---

Re: [PATCH] cfg80211: Add cumulative channel survey dump support.

2018-06-18 Thread Johannes Berg
On Thu, 2018-05-31 at 08:52 -0700, Ben Greear wrote: > > On 05/31/2018 02:06 AM, vnara...@codeaurora.org wrote: > > On 2018-05-23 15:24, Johannes Berg wrote: > > > On Tue, 2018-05-22 at 14:45 +0530, Venkateswara Naralasetty wrote: > > > > This patch provides support to send accumulated survey

Re: Atheros AR9462 - 5Ghz not working

2018-06-18 Thread Arend van Spriel
+ Martin On 6/18/2018 3:53 PM, mgre...@cinci.rr.com wrote: Tom Psyborg wrote: Hi Your log only show attemps on ch 2447, Can you try connecting to 5GHz AP? Connect to Hidden Wireless Network option at the bottom of the nm-applet? Running airodump in monitor mode to see if it captures

Re: Research + questions on brcmfmac and support for monitor mode

2018-06-18 Thread Arend van Spriel
On 6/18/2018 1:54 PM, Rafał Miłecki wrote: On Mon, 11 Jun 2018 at 12:48, Arend van Spriel wrote: On 5/30/2018 1:52 PM, Rafał Miłecki wrote: I'm providing extra version info of tested firmware images as requested by Arend in another e-mail thread. Looking into our firmware repo it there are

Re: [PATCH v2 1/2] cfg80211: last ack signal support in station dump

2018-06-18 Thread Johannes Berg
On Mon, 2018-06-18 at 14:48 +0530, Balaji Pothunoori wrote: > On 2018-06-15 17:11, Johannes Berg wrote: > > On Mon, 2018-06-04 at 19:41 +0530, Balaji Pothunoori wrote: > > > > > > +++ b/include/uapi/linux/nl80211.h > > > @@ -3000,8 +3000,8 @@ enum nl80211_sta_bss_param { > > > * received

Re: [PATCH] cfg80211: Add cumulative channel survey dump support.

2018-06-18 Thread Ben Greear
On 06/18/2018 01:46 PM, Johannes Berg wrote: On Thu, 2018-05-31 at 08:52 -0700, Ben Greear wrote: On 05/31/2018 02:06 AM, vnara...@codeaurora.org wrote: On 2018-05-23 15:24, Johannes Berg wrote: On Tue, 2018-05-22 at 14:45 +0530, Venkateswara Naralasetty wrote: This patch provides support

Re: [PATCH v2] mac80211: Fix wlan freezes under load at rekey

2018-06-18 Thread Alexander Wetzel
> On Tue, 2018-05-15 at 12:22 +0200, Alexander Wetzel wrote: >> Rekeying a pairwise key with encryption offload and only keyid 0 has two >> potential races which can freeze the wlan conection till rekeyed again: >> >> 1) For incomming packets: >> If the local STA installs the key prior to the

Re: [PATCH v2] mac80211: Fix wlan freezes under load at rekey

2018-06-18 Thread Johannes Berg
Hi, > > > 2) For outgoing packets: > > > If mac80211 is providing the PN (IV) and hands over the cleartext > > > packets for encryption to the hardware immediately prior to a key > > > change the driver/card may process the queued packets after > > > switching to the new key. > >

Re: Research + questions on brcmfmac and support for monitor mode

2018-06-18 Thread Rafał Miłecki
On Mon, 11 Jun 2018 at 12:48, Arend van Spriel wrote: > On 5/30/2018 1:52 PM, Rafał Miłecki wrote: > > I'm providing extra version info of tested firmware images as requested > > by Arend in another e-mail thread. > > Looking into our firmware repo it there are two flags, ie. WL_MONITOR > and

Re: [PATCH v2 1/2] cfg80211: last ack signal support in station dump

2018-06-18 Thread Balaji Pothunoori
On 2018-06-15 17:11, Johannes Berg wrote: On Mon, 2018-06-04 at 19:41 +0530, Balaji Pothunoori wrote: +++ b/include/uapi/linux/nl80211.h @@ -3000,8 +3000,8 @@ enum nl80211_sta_bss_param { * received from the station (u64, usec) * @NL80211_STA_INFO_PAD: attribute used for padding for

Re: MAINTAINERS: update Xinming's email address

2018-06-18 Thread Kalle Valo
Xinming Hu wrote: > I'd like to use this new gmail from now on. > > Cc: Ganapathi Bhat > Signed-off-by: Xinming Hu Patch applied to wireless-drivers.git, thanks. 755abd247a3d MAINTAINERS: update Xinming's email address -- https://patchwork.kernel.org/patch/10456899/

Re: [PATCH v2 2/2] mac80211: last ack signal support in station dump

2018-06-18 Thread Balaji Pothunoori
On 2018-06-15 17:13, Johannes Berg wrote: On Mon, 2018-06-04 at 19:41 +0530, Balaji Pothunoori wrote: + if (ieee80211_hw_check(>local->hw, REPORTS_TX_ACK_STATUS)) { + if (sta->status_stats.ack_signal_filled && ((!(sinfo->filled & +

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

2018-06-18 Thread Greg KH
On Mon, Jun 18, 2018 at 04:11:51PM +0300, Kalle Valo wrote: > Greg KH writes: > > > On Mon, Jun 18, 2018 at 10:29:43AM +0300, Kalle Valo wrote: > >> Greg KH writes: > >> > >> > On Sun, Jun 17, 2018 at 01:07:36PM +0300, Omer Efrat wrote: > >> >> The BIT macro uses unsigned long which some

Re: [PATCH 2/2] mwifiex: handle race during mwifiex_usb_disconnect

2018-06-18 Thread Kalle Valo
Brian Norris writes: > Hi Ganapathi, > > On Fri, Jun 01, 2018 at 04:11:20PM +0530, Ganapathi Bhat wrote: >> Race condition is observed during rmmod of mwifiex_usb: >> >> 1. The rmmod thread will call mwifiex_usb_disconnect(), download >>SHUTDOWN command and do

Re: mt7601u: remove warning when avg_rssi is zero

2018-06-18 Thread Kalle Valo
Stanislaw Gruszka wrote: > It turned out that we can run calibration without already received > frames with RSSI data. In such case just don't update AGC register > and don't print the warning. > > Fixes: b305a6ab0247 ("mt7601u: use EWMA to calculate avg_rssi") > Reported-by: Adam Borowski >

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

2018-06-18 Thread Kalle Valo
Greg KH writes: > On Mon, Jun 18, 2018 at 10:29:43AM +0300, Kalle Valo wrote: >> Greg KH writes: >> >> > On Sun, Jun 17, 2018 at 01:07:36PM +0300, Omer Efrat wrote: >> >> The BIT macro uses unsigned long which some architectures handle as 32 bit >> >> and therefore might cause macro's shift to

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

2018-06-18 Thread Omer Efrat
The BIT macro uses unsigned long which some architectures handle as 32 bit and therefore might cause macro's shift to overflow when used on a value equals or larger than 32 (NL80211_STA_INFO_RX_DURATION and afterwards). Since 'filled' member in station_info changed to u64, BIT_ULL macro should be

rtl8192cu with Edimax 7811UN and IMX6

2018-06-18 Thread Mauro Ziliani
Goodmorning. My name's Mauro Ziliani and I write from Parma, Italy. I need to plug he dongle Edimax 7811UN into a IMX6DLSABRESD board, using kerne 4.1.15  (Yocto Krogoth) I have the following problem. I switch on the board wth dongle plugged. I try a sftp transfer from my PC and the board. All

Re: Atheros AR9462 - 5Ghz not working

2018-06-18 Thread mgreger
Tom Psyborg wrote: > Hi > > Your log only show attemps on ch 2447, Can you try connecting to 5GHz > AP? Connect to Hidden Wireless Network option at the bottom of the > nm-applet? Running airodump in monitor mode to see if it captures > anything? Maybe your laptop's antennas were

Re: Research + questions on brcmfmac and support for monitor mode

2018-06-18 Thread Rafał Miłecki
On Mon, 18 Jun 2018 at 21:36, Arend van Spriel wrote: > > On 6/18/2018 1:54 PM, Rafał Miłecki wrote: > > On Mon, 11 Jun 2018 at 12:48, Arend van Spriel > > wrote: > >> On 5/30/2018 1:52 PM, Rafał Miłecki wrote: > >>> I'm providing extra version info of tested firmware images as requested > >>>

Kernel Oops in ieee80211_subif_start_xmit

2018-06-18 Thread Denis Kenzior
Hi Johannes, Some Arch Linux users are reporting a kernel oops when using iwd on 4.17 inside the control port bits. It seems to be pre-emption related since I've never seen this in all my testing. Any pointers as to what might be causing this? [ 5069.567760] Call Trace: [ 5069.567765]

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

2018-06-18 Thread Kalle Valo
Greg KH writes: > On Sun, Jun 17, 2018 at 01:07:36PM +0300, Omer Efrat wrote: >> The BIT macro uses unsigned long which some architectures handle as 32 bit >> and therefore might cause macro's shift to overflow when used on a value >> equals or larger than 32 (NL80211_STA_INFO_RX_DURATION and

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

2018-06-18 Thread Greg KH
On Mon, Jun 18, 2018 at 10:29:43AM +0300, Kalle Valo wrote: > Greg KH writes: > > > On Sun, Jun 17, 2018 at 01:07:36PM +0300, Omer Efrat wrote: > >> The BIT macro uses unsigned long which some architectures handle as 32 bit > >> and therefore might cause macro's shift to overflow when used on a

Re: [PATCH] NFC: fdp: Fix unused variable warnings

2018-06-18 Thread Samuel Ortiz
Hi Amit, On Tue, Jun 12, 2018 at 07:44:10PM +0530, Amit Pundir wrote: > Fix unused variable warnings reported on next-20180612. > > Fixes: 7579d009c4a1 ("NFC: fdp: Remove __func__ from dev_dbg()") > Signed-off-by: Amit Pundir > --- > drivers/nfc/fdp/fdp.c | 13 - > 1 file changed,

Re: Research + questions on brcmfmac and support for monitor mode

2018-06-18 Thread Rafał Miłecki
On Mon, 18 Jun 2018 at 23:46, Rafał Miłecki wrote: > On Mon, 18 Jun 2018 at 21:36, Arend van Spriel > wrote: > > > > On 6/18/2018 1:54 PM, Rafał Miłecki wrote: > > > On Mon, 11 Jun 2018 at 12:48, Arend van Spriel > > > wrote: > > >> On 5/30/2018 1:52 PM, Rafał Miłecki wrote: > > >>> I'm