[PATCH 1/5] staging: wilc1000: wilc_wfi_netdevice.c: remove prohibited space before semicolon

2015-06-21 Thread Chaehyun Lim
Fix checkpatch warning found by checkpatch.pl WARNING: space prohibited before semicolon Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_netdevice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.c b/drivers/stag

[PATCH 2/5] staging: wilc1000: wilc_wfi_netdevice.c: remove prohibited space

2015-06-21 Thread Chaehyun Lim
Fix checkpatch warning found by checkpatch.pl WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_netdevice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/wi

[PATCH 5/5] staging: wilc1000: wilc_wfi_netdevice.c: move statement after declarations

2015-06-21 Thread Chaehyun Lim
Fix checkpatch warning found by checkpatch.pl WARNING: Missing a blank line after declarations Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_netdevice.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.c b/driv

[PATCH 3/5] staging: wilc1000: wilc_wfi_netdevice.c: remove braces for single statement block

2015-06-21 Thread Chaehyun Lim
Fix checkpatch warning found by checkpatch.pl WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_netdevice.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_ne

[PATCH 4/5] staging: wilc1000: wilc_wfi_netdevice.c: Insert blank line after declarations

2015-06-21 Thread Chaehyun Lim
Fix checkpatch warning found by checkpatch.pl WARNING: Missing a blank line after declarations Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_netdevice.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.c b/drivers/staging/wil

Re: [PATCH py80211 0/4] py80211: add support for scheduled scan

2015-06-21 Thread Arend van Spriel
On 16-06-15 09:33, Luca Coelho wrote: > Hi Arend, > > On Sat, 2015-06-13 at 08:26 +0200, Arend van Spriel wrote: >> On 12-06-15 16:00, Luca Coelho wrote: >>> Here's a small patchset that adds support for scheduled scans in >>> py80211. >> >> Thanks! One general remark. It seems you are using sof

Re: brcmfmac: Failed to create interface p2p-dev-p2p0: -28 (No space left on device)

2015-06-21 Thread Arend van Spriel
On 18-06-15 22:07, Jörg Krause wrote: > On Do, 2015-06-18 at 10:27 +0200, Arend van Spriel wrote: >> On 06/18/15 08:13, Jörg Krause wrote: >>> Hi Arend, >>> >>> On Di, 2015-06-16 at 16:26 +0200, Arend van Spriel wrote: On 06/16/15 11:59, Jörg Krause wrote: > Hi Arend, > > as I wrot

brcmfmac: one faulty "iw interface add" command breaks in-firmware BSS state

2015-06-21 Thread Rafał Miłecki
Hi, I've discovered some bug in brcmfmac & its BSS management. It was exposed by OpenWrt user space change ("fix") I introduced in: http://git.openwrt.org/?p=openwrt.git;a=commit;h=1cbb5e8de50457c1d9724ca75cc6815df5721289 and it's related to the "interface add" command. I've router with BCM43602

[PATCH] ath9k_hw: fix device ID check for AR956x

2015-06-21 Thread Felix Fietkau
Because of the missing return, the macVersion value was being overwritten with an invalid register read Signed-off-by: Felix Fietkau --- drivers/net/wireless/ath/ath9k/hw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/h

Re: [PATCH] mac80211: fix locking in update_vlan_tailroom_need_count()

2015-06-21 Thread David Miller
From: Johannes Berg Date: Wed, 17 Jun 2015 13:54:54 +0200 > From: Johannes Berg > > Unfortunately, Michal's change to fix AP_VLAN crypto tailroom > caused a locking issue that was reported by lockdep, but only > in a few cases - the issue was a classic ABBA deadlock caused > by taking the mtx a

Re: creating ap interface

2015-06-21 Thread Arend van Spriel
On 06/21/15 05:13, Dan Williams wrote: On Fri, 2015-06-19 at 09:59 +0200, Arend van Spriel wrote: On 06/18/15 16:26, Dan Williams wrote: On Wed, 2015-06-17 at 20:38 +0200, Arend van Spriel wrote: Hi Dan, When I create an AP interface using iw, it is followed by a change interface back to mana

[PATCH 3/3] staging: vt6655: Correct listen interval TBTT wake up

2015-06-21 Thread Malcolm Priestley
PSbIsNextTBTTWakeUp is called at beacon intervals. The should listen to next beacon on count down of wake_up_count == 1. This restores this back to vendors code but modified for mac80211. Signed-off-by: Malcolm Priestley --- drivers/staging/vt6655/device.h | 1 + drivers/staging/vt6655/power.

[PATCH 2/3] staging: vt6655: vnt_tx_packet don't wakeup from power saving.

2015-06-21 Thread Malcolm Priestley
mac80211 changes the wake state before attempting to tx data Signed-off-by: Malcolm Priestley --- drivers/staging/vt6655/device_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c index b1357af..c421f78 100644

[PATCH 1/3] staging: vt6655: Fix missing power saving support

2015-06-21 Thread Malcolm Priestley
Add IEEE80211_HW_SUPPORTS_PS to ieee80211_hw flags enabling this feature. Signed-off-by: Malcolm Priestley --- drivers/staging/vt6655/device_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c i