Re: linux-next: manual merge of the wireless-drivers-next tree with Linus' tree

2017-08-04 Thread Kalle Valo
Stephen Rothwell writes: > Today's linux-next merge of the wireless-drivers-next tree got a > conflict in: > > drivers/net/wireless/intel/iwlwifi/mvm/ops.c > > between commit: > > bf8b286f86fc ("iwlwifi: mvm: defer setting IWL_MVM_STATUS_IN_HW_RESTART") > > from Linus'

Re: [PATCH] Staging: wilc1000: Fix line over 80 characters

2017-08-04 Thread Joe Perches
On Fri, 2017-08-04 at 03:30 +0530, Himanshu Jha wrote: > This patch fixes 80 characters limit coding style issue. > > Signed-off-by: Himanshu Jha > --- > drivers/staging/wilc1000/linux_wlan.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

Re: [PATCH v2] rt2x00: Fix MMIC Countermeasures.

2017-08-04 Thread Kalle Valo
Michael Skeffingfon writes: > From: Michael Skeffington > > Set RX_FLAG_DECRYPTED in case of MMIC failure so that > ieee80211_rx_h_decrypt() doesnt drop the frame before getting to > ieee80211_rx_h_michael_mic_verify(). > > Signed-off-by: Michael Skeffington

Re: [PATCH 0/2] wireless: move prism54 to staging

2017-08-04 Thread Kalle Valo
"Luis R. Rodriguez" writes: > This moves the prism54 diver to staging. The reason for this are > stated on the driver's own commit log. Let me know what tree you'd > prefer this to go through. Nice. For me it's better if Greg can take this, I suspect less conflicts that way,

[PATCH] mwifiex: p2p: use separate device address

2017-08-04 Thread Xinming Hu
From: Xinming Hu Per below statement about p2p device address in WFA P2P spec $2.4.3: The P2P Device Address of a P2P Device shall be its globally administered MAC address, or its globally administered MAC address with the locally administered bit set. This patch follow above

Re: [PATCH v2 09/12] qtnfmac: implement scan timeout

2017-08-04 Thread Sergey Matyukevich
> > + if (timer_pending(>scan_timeout)) > > + del_timer_sync(>scan_timeout); > > What if the device is removed while the timer is pending, is that > handled? Good point. I took another look at this kind of corner cases. Timer is not disabled explicitely. But ongoing scan request

Re: [PATCH] mwifiex: p2p: use separate device address

2017-08-04 Thread kbuild test robot
Hi Xinming, [auto build test WARNING on wireless-drivers-next/master] [also build test WARNING on v4.13-rc3 next-20170804] [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/Xinming-Hu/mwifiex-p2p

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

2017-08-04 Thread Julian Calaby
Hi Eyal, On Mon, Jul 31, 2017 at 6:45 PM, Reizer, Eyal wrote: > 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

Re: [PATCH resend] brcmfmac: p2p and normal ap access are not always possible at the same time

2017-08-04 Thread Arend van Spriel
On 5/26/2017 12:57 PM, Hans de Goede wrote: The firmware responding with -EBUSY when trying to add an extra virtual-if is a normal thing, do not print an error for this. Hi Hans, First of all, sorry! This one is long overdue (thanks for the reminder, Kalle). Not sure what the claim is here.

Re: [PATCH 1/2] wireless: move prism54 out to staging

2017-08-04 Thread Luis R. Rodriguez
On Thu, Aug 03, 2017 at 05:42:15PM -0700, Greg KH wrote: > On Thu, Aug 03, 2017 at 04:59:36PM -0700, Luis R. Rodriguez wrote: > > prism54 is deprecated in favor of the p54pci device driver. Although > > only *one soul* had reported issues with it long ago Linux most Linux > > distributions these