[PATCH 2/6] staging: wilc1000: remove WILC_NEW and WILC_NEW_EX

2015-08-16 Thread Chaehyun Lim
This patch removes WILC_NEW and WILC_NEW_EX defines that are not used anywhere. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_memory.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_memory.h b/drivers/staging/wilc1000/wilc_memor

[PATCH 6/6] staging: wilc1000: coreconfigurator.c: fix kmalloc error check

2015-08-16 Thread Chaehyun Lim
It is added and fixed error check when kmalloc is failed. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/coreconfigurator.c | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/co

[PATCH 3/6] staging: wilc1000: remove unnecessary void pointer cast

2015-08-16 Thread Chaehyun Lim
This patch removes unnecessary void pointer cast of WILC_MALLOC. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/coreconfigurator.c | 12 ++-- drivers/staging/wilc1000/host_interface.c | 78 +++ drivers/staging/wilc1000/linux_wlan.c | 2 +-

[PATCH 4/6] staging: wilc1000: remove unused codes of gps8ConfigPacket

2015-08-16 Thread Chaehyun Lim
This patch removes unused codes of gps8ConfigPacket declared by global variable. It is allocated and freed memory within CoreConfiguratorInit and CoreConfiguratorDeInit. There is no used anywhere except within two functions. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/coreconfigura

[PATCH 1/6] staging: wilc1000: use kmalloc instead of WILC_NEW

2015-08-16 Thread Chaehyun Lim
WILC_NEW is replaced by kmallo with GFP_ATOMIC. This kmalloc is inside a spin_lock_irqsave region. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_msgqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_msgqueue.c b/drivers/stag

[PATCH 5/6] staging: wilc1000: coreconfigurator.c: use kmalloc instead of WILC_MALLOC

2015-08-16 Thread Chaehyun Lim
The kmalloc is used to handle host interface message within kernel thread. The manipulation of host interface message is not called on IRQ context and I could not find any spinlock inside function. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/coreconfigurator.c | 11 ++- 1 fi

Re: [PATCH] net/wireless: enable wiphy device to suspend/resume asynchronously

2015-08-16 Thread Fu, Zhonghui
On 2015/7/30 13:55, Emmanuel Grumbach wrote: > On Thu, Jul 30, 2015 at 8:18 AM, Fu, Zhonghui > wrote: >> Enable wiphy device to suspend/resume asynchronously. This can improve >> system suspend/resume speed. >> > How will that impact the timing with respect to the suspend call > coming from the

Re: [PATCH] rtlwifi: rtl8723be: disable FW control power save

2015-08-16 Thread AceLan Kao
Sorry, no luck, this issue happens from time to time, and always happens when playing youtube video within a day. We need Realtek guys give us some hints, I can do some tests for it. 2015-08-11 21:17 GMT-04:00 AceLan Kao : > Hi all, > > I have some new findings that doesn't need to modify the par

Re: [PATCH v2] nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC Chip

2015-08-16 Thread Samuel Ortiz
Hi Robert, On Thu, Jul 30, 2015 at 04:26:16PM +0200, Robert Baldyga wrote: > +static int s3fwrn5_firmware_update(struct s3fwrn5_info *info) > +{ > + u32 version; > + bool need_update; > + int ret; > + > + ENTER(); We have many tracing tools and frameworks in the kernel, I don't thi

Re: [PATCH V2 0/7] brcmfmac: nvram loading and code rework

2015-08-16 Thread Rafał Miłecki
On 16 August 2015 at 08:55, Arend van Spriel wrote: > This series comprises of following changes: > - support NVRAM loading for bcm47xx platform. > - revise announced interface combinations and validate against it. > - new debugfs entry for msgbuf protocol layer used with PCIe devices. > - couple

[PATCH v2 7/9] mac80211: allow to transmit A-MSDU within A-MPDU

2015-08-16 Thread Emmanuel Grumbach
Advertise the capability to send A-MSDU within A-MPDU in the AddBA request sent by mac80211. Let the driver know about the peer's capabilities. Signed-off-by: Emmanuel Grumbach --- drivers/net/wireless/ath/ath10k/mac.c | 2 +- drivers/net/wireless/ath/ath9k/htc_drv_main.c

Re: [PATCH 7/9] mac80211: allow to transmit A-MSDU within A-MPDU

2015-08-16 Thread Emmanuel Grumbach
On Sat, Aug 15, 2015 at 10:39 PM, Emmanuel Grumbach wrote: > Advertise the capability to send A-MSDU within A-MPDU > in the AddBA request sent by mac80211. Let the driver > know about the peer's capabilities. > > Signed-off-by: Emmanuel Grumbach Ooops - I forgot to enable compilations for all th