Re: [Battlemesh] wifibroadcast

2017-04-22 Thread Simon Wunderlich
Hi Daniel, On Saturday, April 22, 2017 5:37:03 PM CEST Daniel Golle wrote: > Hi Simon, > > On Fri, Apr 21, 2017 at 09:55:03PM +0200, Simon Wunderlich wrote: > > Hi Daniel, > > > > > mac80211: Parse legacy and HT rate in injected frames > > > > Yup, Sven was so kind and helped with this. :D

Re: [PATCH v7 00/10] ath10k: sdio support

2017-04-22 Thread Erik Stromdahl
On 2017-04-13 10:28, Kalle Valo wrote: More changes to Erik's SDIO patches. The biggest change in this round is refactoring of the ugly ath10k_sdio_io() function. Only compile tested, I don't have any SDIO boards at the moment. I have tested the patches and they are working as expected...

Re: pull-request mwifiex-firmware 2017-04-21

2017-04-22 Thread Kyle McMartin
On Fri, Apr 21, 2017 at 08:12:27AM +, Ganapathi Bhat wrote: > The following changes since commit 5e523f5cd672d8fae7cdbb147d0b1fb31119414d: > > linux-firmware: update Marvell SD8887 firmware image (2017-04-19 20:20:13 > -0700) > > are available in the git repository at: > >

[PATCH] net: wireless: orinoco: usb: Fix buffer on stack

2017-04-22 Thread Maksim Salau
Allocate buffer on HEAP instead of STACK for a local variable that is to be sent using usb_control_msg(). Signed-off-by: Maksim Salau --- drivers/net/wireless/intersil/orinoco/orinoco_usb.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-)

[PATCH] orinoco: fix spelling mistake: "Registerred" -> "Registered"

2017-04-22 Thread Colin King
From: Colin Ian King trivial fix to spelling mistake in dbg_dbg message Signed-off-by: Colin Ian King --- drivers/net/wireless/intersil/orinoco/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/2] staging: vt6656: use off stack for in buffer USB transfers.

2017-04-22 Thread Malcolm Priestley
Since 4.9 mandated USB buffers to be heap allocated. This causes the driver to fail. Create buffer for USB transfers. Signed-off-by: Malcolm Priestley Cc: # v4.9+ --- drivers/staging/vt6656/usbpipe.c | 17 +++-- 1 file changed, 15

Re: [PATCH] iwlwifi: pcie: off by one in iwl_trans_pcie_dyn_txq_alloc()

2017-04-22 Thread Coelho, Luciano
On Fri, 2017-04-21 at 23:12 +0300, Dan Carpenter wrote: > Heh. I raced this one through to see if I could beat you to the punch. Yeah, this patch is in our internal tree. But maybe we can take Dan's for upstream for his efforts? :) -- Cheers, Luca.