[PATCH] mwifiex: set different mac address for interfaces with same bss type

2018-02-12 Thread Xinming Hu
Multiple interfaces with same bss type could affect each other if they are sharing the same mac address. In this patch, different mac address is assigned to new interface which have same bss type with exist interfaces. Signed-off-by: Xinming Hu ---

Presentation at ELC on debugging wifi modules

2018-02-12 Thread Steve deRosier
Hi Linux Wireless driver maintainers, I'm giving a talk at ELC NA next month in Portland and I'd like a little help from our other driver maintainers. The talk is titled: "Reliable Linux Wireless - Techniques for Debugging Wireless Module Integrations". While I'm familiar with a fairly wide

[PATCHv2 3/3] ath: change in cfg80211_probe_status API

2018-02-12 Thread Venkateswara Naralasetty
This patch changes cfg80211_probe_status API. Signed-off-by: Venkateswara Naralasetty --- drivers/net/wireless/ath/wil6210/cfg80211.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/wil6210/cfg80211.c

[PATCHv2 2/3] mac80211: Add tx ack signal support in sta info

2018-02-12 Thread Venkateswara Naralasetty
This allows users to get ack signal strength of last transmitted frame. Signed-off-by: Venkateswara Naralasetty --- V2: * added one bool variable to validate ack_signal is valid or not. include/net/mac80211.h | 1 + net/mac80211/sta_info.c | 6 ++

[PATCHv2 1/3] cfg80211: send ack_signal to user in probe client response

2018-02-12 Thread Venkateswara Naralasetty
This patch provides support to get ack signal in probe client response and in station info from user. Signed-off-by: Venkateswara Naralasetty --- v2: * addressed Johannes comments include/net/cfg80211.h | 7 ++- include/uapi/linux/nl80211.h | 3 +++

Re: [PATCH] headers: untangle kmemleak.h from mm.h

2018-02-12 Thread Randy Dunlap
On 02/12/2018 04:28 AM, Michael Ellerman wrote: > Randy Dunlap writes: > >> From: Randy Dunlap >> >> Currently #includes for no obvious >> reason. It looks like it's only a convenience, so remove kmemleak.h >> from slab.h and add to any users of

Re: Centrino Advanced-N 6235 - Microcode SW error detected

2018-02-12 Thread Luca Coelho
On Mon, 2018-02-12 at 19:52 +0100, Pali Rohár wrote: > On Monday 12 February 2018 20:48:47 Luca Coelho wrote: > > On Tue, 2018-01-30 at 20:49 +0100, Pali Rohár wrote: > > > Hello, > > > > Hi Pali, > > > > > > > for almost 3 years I have a problem with Intel wifi card Centrino > > > Advanced-N

Re: [PATCH] headers: untangle kmemleak.h from mm.h

2018-02-12 Thread Randy Dunlap
On 02/12/2018 04:28 AM, Michael Ellerman wrote: > Randy Dunlap writes: > >> From: Randy Dunlap >> >> Currently #includes for no obvious >> reason. It looks like it's only a convenience, so remove kmemleak.h >> from slab.h and add to any users of

Re: 802.11ac devices that use Minstrel_HT

2018-02-12 Thread Rosen Penev
On Mon, Feb 12, 2018 at 11:05 AM, Ali Abedi wrote: > Hello, > > It seems that Minstrel_ht rate adaptation algorithm supports 802.11ac VHT > rates. > Can you refer me to some 802.11ac devices that use this rate adaptation > algorithm? > I need to modify the rate adaptation

Re: [PATCH v2] net: make getname() functions return length rather than use int* parameter

2018-02-12 Thread David Miller
From: Denys Vlasenko Date: Mon, 12 Feb 2018 20:00:20 +0100 > Changes since v1: > Added changes in these files: > drivers/infiniband/hw/usnic/usnic_transport.c > drivers/staging/lustre/lnet/lnet/lib-socket.c > drivers/target/iscsi/iscsi_target_login.c >

802.11ac devices that use Minstrel_HT

2018-02-12 Thread Ali Abedi
Hello, It seems that Minstrel_ht rate adaptation algorithm supports 802.11ac VHT rates. Can you refer me to some 802.11ac devices that use this rate adaptation algorithm? I need to modify the rate adaptation algorithm however all 802.11ac devices that I know have moved this functionality to

[PATCH v2] net: make getname() functions return length rather than use int* parameter

2018-02-12 Thread Denys Vlasenko
Changes since v1: Added changes in these files: drivers/infiniband/hw/usnic/usnic_transport.c drivers/staging/lustre/lnet/lnet/lib-socket.c drivers/target/iscsi/iscsi_target_login.c drivers/vhost/net.c fs/dlm/lowcomms.c fs/ocfs2/cluster/tcp.c security/tomoyo/network.c

Re: Centrino Advanced-N 6235 - Microcode SW error detected

2018-02-12 Thread Pali Rohár
On Monday 12 February 2018 20:48:47 Luca Coelho wrote: > On Tue, 2018-01-30 at 20:49 +0100, Pali Rohár wrote: > > Hello, > > Hi Pali, > > > > for almost 3 years I have a problem with Intel wifi card Centrino > > Advanced-N 6235. Its firmware periodically crash and in dmesg I'm > > seeing > > a

Re: Centrino Advanced-N 6235 - Microcode SW error detected

2018-02-12 Thread Luca Coelho
On Tue, 2018-01-30 at 20:49 +0100, Pali Rohár wrote: > Hello, Hi Pali, > for almost 3 years I have a problem with Intel wifi card Centrino > Advanced-N 6235. Its firmware periodically crash and in dmesg I'm > seeing > a message "Microcode SW error detected". > > Problem happens independently

Re: [PATCH] ath9k: fix DFS detector synchronization

2018-02-12 Thread Felix Fietkau
On 2018-02-08 12:46, Timothy Redaelli wrote: > The code currently syncronize the DFS region only if curchan != 0, but hostapd > launch DFS before the channel is set and so set_dfs_domain is never executed. > > CC: Felix Fietkau > Signed-off-by: Timothy Redaelli

Re: [PATCH] net: make getname() functions return length rather than use int* parameter

2018-02-12 Thread Denys Vlasenko
On 02/12/2018 06:47 PM, David Miller wrote: From: Denys Vlasenko Date: Mon, 12 Feb 2018 15:15:18 +0100 Before: All these functions either return a negative error indicator, or store length of sockaddr into "int *socklen" parameter and return zero on success. "int

Re: [PATCH] net: make getname() functions return length rather than use int* parameter

2018-02-12 Thread David Miller
From: Denys Vlasenko Date: Mon, 12 Feb 2018 15:15:18 +0100 > Before: > All these functions either return a negative error indicator, > or store length of sockaddr into "int *socklen" parameter > and return zero on success. > > "int *socklen" parameter is awkward. For

Re: B43 driver no longer works in Linux 4.15 (bisected)

2018-02-12 Thread James Hogan
On Mon, Feb 12, 2018 at 05:08:10PM +0200, Kalle Valo wrote: > James Hogan writes: > > On Mon, Feb 05, 2018 at 01:23:31PM -0500, Adric Blake wrote: > >> I bisected to this "first bad commit:" > >> > >> commit 58eae1416b804d900014d84feadda7195007cc30 > >> Author: James Hogan

Re: [PATCH] ath9k: fix DFS detector synchronization

2018-02-12 Thread Zefir Kurtisi
On 02/12/2018 01:44 PM, Kalle Valo wrote: > Timothy Redaelli writes: > >> On Fri, 09 Feb 2018 10:01:09 +0200 >> Kalle Valo wrote: >> >>> Timothy Redaelli writes: >>> The code currently syncronize the DFS region only if

Re: B43 driver no longer works in Linux 4.15 (bisected)

2018-02-12 Thread Kalle Valo
James Hogan writes: > Hi Adric, > > On Mon, Feb 05, 2018 at 01:23:31PM -0500, Adric Blake wrote: >> In the time between Linux 4.15-rc8 and -rc9, my wireless driver, b43, >> would no longer load automatically. When I modprobe the b43 (and ssb) >> modules, the device still

[PATCH] net: make getname() functions return length rather than use int* parameter

2018-02-12 Thread Denys Vlasenko
Before: All these functions either return a negative error indicator, or store length of sockaddr into "int *socklen" parameter and return zero on success. "int *socklen" parameter is awkward. For example, if caller does not care, it still needs to provide on-stack storage for the value it does

Make brcmfmac repeat authentication requests

2018-02-12 Thread Daniel Drake
Hi, We are working with the Weibu F3C MiniPC which includes BCM43455 SDIO wifi chip 0x004345(17221) rev 0x06 Testing Linux 4.15, this wifi adapter is unable to authenticate with the MF928 MiFi Access Point which is common in Africa. The STA sends the authentication request, which is ACKed by

Re: [PATCH v2 00/10] rtlwifi: add more materials for 8822be

2018-02-12 Thread Kalle Valo
Pkshih writes: > On Mon, 2018-01-29 at 11:26 +0800, pks...@realtek.com wrote: >> From: Ping-Ke Shih >> >> I continue to submit more materials needed by 8822be. A special patch is >> "PATCH 10/10" that add new files to support 8822be btcoex in case wifi

Re: [PATCH] ath9k: fix DFS detector synchronization

2018-02-12 Thread Kalle Valo
Timothy Redaelli writes: > On Fri, 09 Feb 2018 10:01:09 +0200 > Kalle Valo wrote: > >> Timothy Redaelli writes: >> >> > The code currently syncronize the DFS region only if curchan != 0, >> > but hostapd launch DFS before the

Re: [PATCH] headers: untangle kmemleak.h from mm.h

2018-02-12 Thread Michael Ellerman
Randy Dunlap writes: > From: Randy Dunlap > > Currently #includes for no obvious > reason. It looks like it's only a convenience, so remove kmemleak.h > from slab.h and add to any users of kmemleak_* > that don't already #include it. > Also