Re: [PATCH v2 00/10] Constify attribute_group structures

2017-07-25 Thread Arvind Yadav
Hi Kalle, On Tuesday 25 July 2017 06:25 PM, Kalle Valo wrote: Arvind Yadav writes: attribute_groups are not supposed to change at runtime. So mark the non-const structs as const. Arvind Yadav (10): [PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures. [PATCH v2 02/10] ne

Re: [PATCH v2 00/10] Constify attribute_group structures

2017-07-25 Thread Arvind Yadav
Hi Kalle, On Tuesday 25 July 2017 06:25 PM, Kalle Valo wrote: Arvind Yadav writes: attribute_groups are not supposed to change at runtime. So mark the non-const structs as const. Arvind Yadav (10): [PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures. [PATCH v2 02/10] ne

Re: brcmfmac: BCM43431 won't get probed on Raspberry Pi Zero W

2017-07-25 Thread Stefan Wahren
Hi, > Stefan Wahren hat am 17. Juli 2017 um 22:31 > geschrieben: > > > Hi, > > > Franky Lin hat am 17. Juli 2017 um 21:50 > > geschrieben: > > > > > > On Mon, Jul 17, 2017 at 6:10 AM, Stefan Wahren > > wrote: > > > Hi, > > > > > >> Stefan Wahren hat am 28. Juni 2017 um 21:33 > > >> ge

Re: brcmfmac: Possible memleak brcmf_sdiod_sgtable_alloc

2017-07-25 Thread Stefan Wahren
Hi Arend, > Stefan Wahren hat am 23. Juli 2017 um 02:24 > geschrieben: > > > > > Arend van Spriel hat am 22. Juli 2017 um > > 21:40 geschrieben: > > > > > > On 22-07-17 15:18, Stefan Wahren wrote: > > > Hi, > > > > > > with enabled memleak detector on 4.13-rc1 (Raspberry Pi Zero W) i get

Re: [PATCH v1 6/6] device property: Switch to use new generic UUID API

2017-07-25 Thread Rafael J. Wysocki
On Wednesday, July 26, 2017 03:35:01 AM Andy Shevchenko wrote: > On Wed, Jul 26, 2017 at 3:21 AM, Rafael J. Wysocki wrote: > > On Tuesday, July 25, 2017 05:12:35 PM Mika Westerberg wrote: > >> On Wed, Jul 19, 2017 at 09:28:57PM +0300, Andy Shevchenko wrote: > >> > There are new types and helpers t

Re: [PATCH v1 6/6] device property: Switch to use new generic UUID API

2017-07-25 Thread Andy Shevchenko
On Wed, Jul 26, 2017 at 3:21 AM, Rafael J. Wysocki wrote: > On Tuesday, July 25, 2017 05:12:35 PM Mika Westerberg wrote: >> On Wed, Jul 19, 2017 at 09:28:57PM +0300, Andy Shevchenko wrote: >> > There are new types and helpers that are supposed to be used in new code. >> > >> > As a preparation to

Re: [PATCH v1 6/6] device property: Switch to use new generic UUID API

2017-07-25 Thread Rafael J. Wysocki
On Tuesday, July 25, 2017 05:12:35 PM Mika Westerberg wrote: > On Wed, Jul 19, 2017 at 09:28:57PM +0300, Andy Shevchenko wrote: > > There are new types and helpers that are supposed to be used in new code. > > > > As a preparation to get rid of legacy types and API functions do > > the conversion

[PATCH] Print NL80211_BSS_LAST_SEEN_BOOTTIME and beacon tsf

2017-07-25 Thread Ningyuan Wang
This patch allows iw to print NL80211_BSS_LAST_SEEN_BOOTTIME values on scan results. Signed-off-by: Ningyuan Wang --- nl80211.h | 4 scan.c| 19 +++ 2 files changed, 23 insertions(+) diff --git a/nl80211.h b/nl80211.h index 241220c..5ea103c 100644 --- a/nl80211.h +++ b

[SUSPECTED SPAM] Quick Loans

2017-07-25 Thread Sec Capital Loans
Loan Offer at 3%, Feel Free to REPLY back to us for more info. Email Asegurado porby Check Point

New binary blobs for BCM43xxx devices?

2017-07-25 Thread Jacob Bower
Hi, If understand correctly CVE-2017-9417 (aka. the "broadpwn" exploit) is addressed by firmware updates in new drivers recently released by some major vendors. Is there a systematic way to extract the new firmware to help secure Linux systems with BCM43xxx devices? In my specific case I have a

Re: [PATCH] ath9k: fix more-data flag for buffered multicast packets

2017-07-25 Thread kbuild test robot
Hi Felix, [auto build test ERROR on wireless-drivers-next/master] [also build test ERROR on v4.13-rc2 next-20170725] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Felix-Fietkau/ath9k-fix-more

Re: [PATCH] qtfnmac: Tidy up DMA mask setting

2017-07-25 Thread Sergey Matyukevich
> As the only caller of dma_supported() outside of DMA API internals, the > qtfnmac driver stands out and invites scrutiny. Thankfully, it's not > being used for evil, but it is entirely redundant, since it open-codes a > check that the DMA mask setting functions are going to perform anyway. > In f

Quick Loans

2017-07-25 Thread Sec Capital Loans
Loan Offer at 3%, Feel Free to REPLY back to us for more info.

Dear Talented

2017-07-25 Thread Blue Sky Studio
Dear Talented, I am Talent Scout For BLUE SKY FILM STUDIO, Present Blue Sky Studio a Film Corporation Located in the United State, is Soliciting for the Right to use Your Photo/Face and Personality as One of the Semi -Major Role/ Character in our Upcoming ANIMATED Stereoscope 3D Movie-The Story

Re: [PATCH 00/23] neard: Support TI Std & Pro tags, fixups, etc.

2017-07-25 Thread Mark Greer
On Thu, Jun 15, 2017 at 11:24:53AM -0700, Mark Greer wrote: > This is an assortment of commits that make some fixups, do some general > tightening of NDEF data checking, add support for TI Standard and Pro > Type 5 tags, and stop issuing the Read Multiple Blocks command when > formatting a Type 5 t

[PATCH v2] ath9k: fix more-data flag for buffered multicast packets

2017-07-25 Thread Felix Fietkau
The flag needs to be cleared for the last packet in the list, not the first one. Fixes some issues with multicast packet loss for powersave clients connected to an ath9k AP. Signed-off-by: Felix Fietkau --- drivers/net/wireless/ath/ath9k/xmit.c | 12 +++- 1 file changed, 3 insertions(+),

Re: [RFC 2/2] wl3501_cs: reduce stack size for KASAN

2017-07-25 Thread Arnd Bergmann
On Tue, Jul 25, 2017 at 2:52 PM, Kalle Valo wrote: > Arnd Bergmann writes: > >> Inlining functions with local variables can lead to excessive stack usage >> with KASAN after a previous patch that modifies the outsb/insb helpers >> on x86. >> >> drivers/net/wireless/wl3501_cs.c: In function 'wl350

Re: brcmfmac: 43430, additional delay after core out of reset

2017-07-25 Thread Rafal
On Tue, 25 Jul 2017, Arend van Spriel wrote: On 7/21/2017 6:20 PM, Rafal wrote: Again, ap6212 device on board. When the module gets unloaded and then loaded again, sometimes the driver fails to bring up the device - it stops with the following errors: [ 125.668000] brcmfmac: brcmf_sdio_txfail

Re: [PATCH v1 6/6] device property: Switch to use new generic UUID API

2017-07-25 Thread Mika Westerberg
On Wed, Jul 19, 2017 at 09:28:57PM +0300, Andy Shevchenko wrote: > There are new types and helpers that are supposed to be used in new code. > > As a preparation to get rid of legacy types and API functions do > the conversion here. > > Cc: "Rafael J. Wysocki" > Cc: Mika Westerberg Acked-by: M

Re: brcfmac: add possibility to turn off powersave on wiphy

2017-07-25 Thread Rafal
On Tue, 25 Jul 2017, Arend van Spriel wrote: On 7/21/2017 11:19 PM, Rafal wrote: On Fri, 21 Jul 2017, Dan Williams wrote: On Fri, 2017-07-21 at 16:56 +0200, Rafal wrote: I have a board with ap6212 chip and I have encountered two problems with the brcmfmac driver operating with this device. F

Re: [PATCH] dt-bindings: add device tree binding for Allwinner XR819 SDIO Wi-Fi

2017-07-25 Thread Kalle Valo
Icenowy Zheng writes: > Allwinner XR819 is a SDIO Wi-Fi chip, which has the functionality to use > an out-of-band interrupt pin instead of SDIO in-band interrupt. > > Add the device tree binding of this chip, in order to make it possible > to add this interrupt pin to device trees. > > Signed-off

Re: [PATCH v2 00/10] Constify attribute_group structures

2017-07-25 Thread Kalle Valo
Arvind Yadav writes: > attribute_groups are not supposed to change at runtime. So mark the > non-const structs as const. > > Arvind Yadav (10): > [PATCH v2 01/10] net: cdc_ncm: constify attribute_group structures. > [PATCH v2 02/10] net: can: at91_can: constify attribute_group structures. >

Re: [RFC 2/2] wl3501_cs: reduce stack size for KASAN

2017-07-25 Thread Kalle Valo
Arnd Bergmann writes: > Inlining functions with local variables can lead to excessive stack usage > with KASAN after a previous patch that modifies the outsb/insb helpers > on x86. > > drivers/net/wireless/wl3501_cs.c: In function 'wl3501_rx_interrupt': > drivers/net/wireless/wl3501_cs.c:1103:1:

Re: [PATCH] rt2x00: call clk_get_rate only if we have a clock

2017-07-25 Thread Kalle Valo
Mathias Kresin writes: > If clk_get returns an error, rt2x00dev->clk is set to NULL. In > contrast to the common clock framework provided clk_get_rate(), at > least the ramips and bcm63xx legacy implementation of the clk API > access the rate member of the clk struct without a NULL check. This >

Re: [PATCH] mwifiex: fix compile warning of unused variable

2017-07-25 Thread Kalle Valo
Brian Norris writes: > On Thu, Jul 06, 2017 at 03:50:33PM +0800, Shawn Lin wrote: >> We got a compile warning shows below: >> >> drivers/net/wireless/marvell/mwifiex/sdio.c: In function >> 'mwifiex_sdio_remove': >> drivers/net/wireless/marvell/mwifiex/sdio.c:377:6: warning: variable >> 'ret' set

Re: [PATCH v4 01/10] rtlwifi: Fill in_4way field by driver

2017-07-25 Thread Kalle Valo
Larry Finger writes: > From: Ping-Ke Shih > > Because it isn't always correct to use EAPOL to check 4-way, > we add a timer to handle exception. > > Signed-off-by: Ping-Ke Shih > Signed-off-by: Larry Finger > Cc: Yan-Hsuan Chuang > Cc: Birming Chiu > Cc: Shaofu > Cc: Steven Ting > --- > v2

Re: [PATCH v4 02/10] rtlwifi: Add BT_MP_INFO to c2h handler.

2017-07-25 Thread Kalle Valo
Arend Van Spriel writes: > On 2-7-2017 20:12, Larry Finger wrote: >> From: Ping-Ke Shih >> >> We use H2C to ask BT's status, and C2H will return the status. >> >> Signed-off-by: Ping-Ke Shih >> Signed-off-by: Larry Finger >> Cc: Yan-Hsuan Chuang >> Cc: Birming Chiu >> Cc: Shaofu >> Cc: St

Re: brcmfmac: 43430, additional delay after core out of reset

2017-07-25 Thread Arend van Spriel
On 7/21/2017 6:20 PM, Rafal wrote: Again, ap6212 device on board. When the module gets unloaded and then loaded again, sometimes the driver fails to bring up the device - it stops with the following errors: [ 125.668000] brcmfmac: brcmf_sdio_txfail: sdio error, abort command and terminate frame

Re: [v3] wlcore: add missing nvs file name info for wilink8

2017-07-25 Thread Tony Lindgren
* Reizer, Eyal [170725 04:33]: > > From: Tony Lindgren [mailto:t...@atomide.com] > > Hmm so why would we ever even use this bogus nvs file? In addition to > > warning, > > I think we should just ignore the bogus nvs file completely. > > > While it looks bogus, it is still at least a valid mac add

Re: brcfmac: add possibility to turn off powersave on wiphy

2017-07-25 Thread Arend van Spriel
On 7/21/2017 11:19 PM, Rafal wrote: On Fri, 21 Jul 2017, Dan Williams wrote: On Fri, 2017-07-21 at 16:56 +0200, Rafal wrote: I have a board with ap6212 chip and I have encountered two problems with the brcmfmac driver operating with this device. First problem I describe below, second one in se

Re: [PATCH 8/8] qtnfmac: implement scan timeout

2017-07-25 Thread Kalle Valo
Sergey Matyukevich writes: > On Tue, Jun 27, 2017 at 08:27:37PM +0300, Kalle Valo wrote: >> >> External Email >> >> >> Sergey Matyukevich writes: >> >> > Userspace tools may hang on scan in the case when scan completion event >> > is not returned by firmware. This patch implements the scan t

Re: New Realtek driver

2017-07-25 Thread Kalle Valo
Larry Finger writes: > On 07/21/2017 05:13 AM, Marcel Holtmann wrote: >> Hi Larry, >> >>> Once again I find myself in the awkward position of needing to >>> submit code to two different trees, i.e. wireless and staging. >>> >>> The code in question concerns a new Realtek device, the RTL8822BE. >>

RE: [v3] wlcore: add missing nvs file name info for wilink8

2017-07-25 Thread Reizer, Eyal
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Tuesday, July 25, 2017 1:22 PM > To: Reizer, Eyal > Cc: Kalle Valo; linux-wireless@vger.kernel.org; linux-ker...@vger.kernel.org; > sebastian.reic...@collabora.co.uk > Subject: Re: [v3] wlcore: add missing nvs fi

Re: [PATCH v1 1/6] efi: Switch to use new generic UUID API

2017-07-25 Thread Andy Shevchenko
On Thu, 2017-07-20 at 13:18 +0100, Ard Biesheuvel wrote: > On 19 July 2017 at 19:28, Andy Shevchenko > wrote: > > There are new types and helpers that are supposed to be used in new > > code. > > > > As a preparation to get rid of legacy types and API functions do > > the conversion here. > > >

Re: [v3] wlcore: add missing nvs file name info for wilink8

2017-07-25 Thread Tony Lindgren
* Reizer, Eyal [170720 05:17]: > The following commits: > c815fde wlcore: spi: Populate config firmware data > d776fc8 wlcore: sdio: Populate config firmware data > > Populated the nvs entry for wilink6 and wilink7 only while it is > still needed for wilink8 as well. > This broke user space bac

Re: [PATCH 1/2] staging: net: wireless: add ESP8089 WiFi driver

2017-07-25 Thread Kalle Valo
(adding linux-wireless) Quentin Schulz writes: > Hi Marcel, > > On 21/07/2017 18:52, Marcel Holtmann wrote: >> Hi Quentin, >> > The Espressif ESP8089 WiFi chips can be often found in cheap tablets. > There is one in A23 Polaroid tablets for example. > > The chip is often embedde

[PATCH] mac80211_hwsim: Use proper TX power

2017-07-25 Thread Luca Coelho
From: Beni Lev In struct ieee80211_tx_info, control.vif pointer and rate_driver_data[0] falls on the same place, depending on the union usage. During the whole TX process, the union is referred to as a control struct, which holds the vif that is later used in the tx flow, especially in order to d