Re: Need support for Intel new wifi module 9462NGW

2017-11-16 Thread Luca Coelho
On Fri, 2017-11-17 at 15:38 +0800, Chris Chiu wrote: > On Fri, Nov 17, 2017 at 2:46 PM, Luca Coelho wrote: > > On Fri, 2017-11-17 at 14:39 +0800, Chris Chiu wrote: > > > On Thu, Nov 16, 2017 at 5:49 PM, Luca Coelho > > > wrote: > > > > Hi Chris, > > > > > > > >

Re: Need support for Intel new wifi module 9462NGW

2017-11-16 Thread Chris Chiu
On Fri, Nov 17, 2017 at 2:46 PM, Luca Coelho wrote: > On Fri, 2017-11-17 at 14:39 +0800, Chris Chiu wrote: >> On Thu, Nov 16, 2017 at 5:49 PM, Luca Coelho wrote: >> > Hi Chris, >> > >> > On Thu, 2017-11-09 at 11:11 +0800, Chris Chiu wrote: >> > > Hi Luca, >> > >

Re: Need support for Intel new wifi module 9462NGW

2017-11-16 Thread Luca Coelho
Here are the links to v2 of the last two patches, please try with these instead (keep the first one that you already have): https://patchwork.kernel.org/patch/10060837/ https://patchwork.kernel.org/patch/10060839/ -- Cheers, Luca. On Fri, 2017-11-17 at 08:46 +0200, Luca Coelho wrote: > On Fri,

Re: Need support for Intel new wifi module 9462NGW

2017-11-16 Thread Luca Coelho
On Fri, 2017-11-17 at 14:39 +0800, Chris Chiu wrote: > On Thu, Nov 16, 2017 at 5:49 PM, Luca Coelho wrote: > > Hi Chris, > > > > On Thu, 2017-11-09 at 11:11 +0800, Chris Chiu wrote: > > > Hi Luca, > > > Any suggestion for the "Failed to start INIT ucode: -110" > > > issue > >

Re: Need support for Intel new wifi module 9462NGW

2017-11-16 Thread Chris Chiu
On Thu, Nov 16, 2017 at 5:49 PM, Luca Coelho wrote: > Hi Chris, > > On Thu, 2017-11-09 at 11:11 +0800, Chris Chiu wrote: >> Hi Luca, >> Any suggestion for the "Failed to start INIT ucode: -110" issue >> for the firmware? > > There were a few problems which should now be fixed.

wlcore: wl18xx: Trouble suspending caused by wifi being enabled?

2017-11-16 Thread John Stultz
Hey Folks, So, for awhile recently, I've noticed my HiKey board (which uses the TI WL1835MOD chip for wifi) has had trouble when it tries to suspend. Basically it keeps on waking up while suspending, and then re-suspending over and over until it lucks out in whatever race is going on and manages

ath9k: Question regarding adaptivity and ETSI compliance

2017-11-16 Thread Florian Hercher
Hi all, ETSI EN-300-328 in version 2.1.1 (2016-11) requires an "adaptive" behaviour of Wi-Fi Access Points, see clause 4.3.2.6.1 and annex B.7. As far as I understand this adaptive behavior requires the Wi-Fi card to stop transmitting whenever an (non Wi-Fi) interference signal with a power

Re: [PATCH v4] wcn36xx: Set default BTLE coexistence config

2017-11-16 Thread Bjorn Andersson
On Thu 16 Nov 00:01 PST 2017, Ramon Fried wrote: > From: Eyal Ilsar > > If the value for the firmware configuration parameters > BTC_STATIC_LEN_LE_BT and BTC_STATIC_LEN_LE_WLAN are not set the duty > cycle between BT and WLAN is such that if BT (including BLE) is active >

[PATCH] rsi: fix memory leak on buf and usb_reg_buf

2017-11-16 Thread Colin King
From: Colin Ian King In the cases where len is too long, the error return path fails to kfree allocated buffers buf and usb_reg_buf. The simplest fix is to perform the sanity check on len before the allocations to avoid having to do the kfree'ing in the first place.

Re: [PATCH] staging: wilc1000: Fix bssid buffer offset in Txq

2017-11-16 Thread Claudiu Beznea
Hi Aditya, My problem is fixed with this patch. WILC1000 connects to AP, IP is retrieved from DHCP server and ping works. You can add my Tested-by: Claudiu Beznea Thanks, Claudiu On 03.11.2017 10:56, Aditya Shankar wrote: > Commit 46949b48568b ("staging:

Re: Need support for Intel new wifi module 9462NGW

2017-11-16 Thread Luca Coelho
Hi Chris, On Thu, 2017-11-09 at 11:11 +0800, Chris Chiu wrote: > Hi Luca, > Any suggestion for the "Failed to start INIT ucode: -110" issue > for the firmware? There were a few problems which should now be fixed. We published new firmwares in our linux-firmware.git tree[1] and also made

[PATCH v2 3/3] iwlwifi: fix firmware names for 9000 and A000 series hw

2017-11-16 Thread Luca Coelho
From: Thomas Backlund iwlwifi 9000 and a series hw contains an extra dash in firmware file name as seeen in modinfo output for kernel 4.14: firmware: iwlwifi-9260-th-b0-jf-b0--34.ucode firmware: iwlwifi-9260-th-a0-jf-a0--34.ucode firmware:

[PATCH v2 2/3] iwlwifi: fix PCI IDs and configuration mapping for 9000 series

2017-11-16 Thread Luca Coelho
From: Luca Coelho A lot of PCI IDs were missing and there were some problems with the configuration and firmware selection for devices on the 9000 series. Fix the firmware selection by adding files for the B-steps; add configuration for some integrated devices; and add

[PATCH v4] wcn36xx: Set default BTLE coexistence config

2017-11-16 Thread Ramon Fried
From: Eyal Ilsar If the value for the firmware configuration parameters BTC_STATIC_LEN_LE_BT and BTC_STATIC_LEN_LE_WLAN are not set the duty cycle between BT and WLAN is such that if BT (including BLE) is active WLAN gets 0 bandwidth. When tuning these parameters having a

[PATCH v2] mwl8k: Expand non-DFS 5G channels

2017-11-16 Thread Weixiao Zhang
Add non-DFS 5G upper channels (149-165) besides existed 4 lower channels (36, 40, 44, 48). { .band = NL80211_BAND_5GHZ, .center_freq = 5745, .hw_value = 149, }, { .band = NL80211_BAND_5GHZ, .center_freq = 5765, .hw_value = 153, }, { .band = NL80211_BAND_5GHZ, .center_freq = 5785, .hw_value = 157,