[PATCH] staging:rtl8723au:rtw_ap:space prohibited between function name '('

2015-06-13 Thread Joglekar, Tejas (T.)
From: Joglekar Tejas tjogl...@visteon.com This patch removes the warning space prohibited between function name and open parenthesisgiven by checkpatch.pl Signed-off-by: Joglekar Tejas tjogl...@visteon.com --- drivers/staging/rtl8723au/core/rtw_ap.c | 8 1 file changed, 4

[PATCH] staging:rtl8723au:ioctl_cfg80211:spaces required around ''

2015-06-13 Thread Joglekar, Tejas (T.)
From: Joglekar Tejas tjogl...@visteon.com This patch removes the error given by checkpatch.pl spaces required around that '' Signed-off-by: Joglekar Tejas tjogl...@visteon.com --- drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] mac80211: enable assoc check for mesh interfaces

2015-06-13 Thread Bob Copeland
We already set a station to be associated when peering completes, both in user space and in the kernel. Thus we should always have an associated sta before sending data frames to that station. Failure to check assoc state can cause crashes in the lower-level driver due to transmitting unicast

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

2015-06-13 Thread Arend van Spriel
On 12-06-15 16:00, Luca Coelho wrote: From: Luciano Coelho luciano.coe...@intel.com Hi Arend, Here's a small patchset that adds support for scheduled scans in py80211. Thanks! One general remark. It seems you are using soft-tabs where I stick to true tabs. Python is pretty anal about that

[PATCH 2/2] staging: wilc1000: remove itypes.h

2015-06-13 Thread Chaehyun Lim
Remove itypes.h that is not needed. Signed-off-by: Chaehyun Lim chaehyun@gmail.com --- drivers/staging/wilc1000/coreconfigurator.c | 1 - drivers/staging/wilc1000/host_interface.c | 1 - drivers/staging/wilc1000/itypes.h | 39 - 3 files changed, 41

[PATCH 1/2] staging: wilc1000: remove BOOL_T typedef

2015-06-13 Thread Chaehyun Lim
Remove BOOL_T typedef. Signed-off-by: Chaehyun Lim chaehyun@gmail.com --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/itypes.h | 9 - 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c

10ec:b723 Realtek RTL8723BE wireless card drops connection

2015-06-13 Thread Arnaud LE CAM
[1] One line summary of the problem: 10ec:b723 Realtek RTL8723BE wireless card drops connection in Linux kernel 3.19.0-18 [2.] Full description of the problem/report: wireless connection drops randomly and reconnects every 600 sec : - in mode 802.11n, with the folowing options passed to

Re: [PATCH] ath9k_htc: add support of channel switch

2015-06-13 Thread Oleksij Rempel
Hi, Thank you for your work. How can i test this patch? Am 09.06.2015 um 09:59 schrieb Chun-Yeow Yeoh: Add the support of channel switching functionality, similar to ath9k support. Tested with TP-Link TL-WN722N and TL-WN821N. Signed-off-by: Chun-Yeow Yeoh yeohchuny...@gmail.com ---

[BUG ?] staging: rtl8723au: condition with no effect

2015-06-13 Thread Nicholas Mc Guire
scanning for trivial bug-patters with coccinelle spatches returned: ./drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c:1395 WARNING: condition with no effect (if branch == else) drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c - line numbers from 4.1-rc7 1395if (bWithoutHWSM) { 1396

[BUG ?] rtlwifi: rtl8723be: condition with no effect

2015-06-13 Thread Nicholas Mc Guire
From: Nicholas Mc Guire hof...@osadl.org scanning for trivial bug-patters with coccinelle spatches returned: ./drivers/net/wireless/rtlwifi/rtl8723be/dm.c:886 WARNING: condition with no effect (if branch == else) Added in 'commit a619d1abe20c

Re: [PATCH py80211 1/4] py80211: scan: spin base scan classes off scan_request

2015-06-13 Thread Arend van Spriel
On 12-06-15 16:00, Luca Coelho wrote: From: Luciano Coelho luciano.coe...@intel.com Most of the scan_request code can be reused for scheduled scan, so spin the common part off the regular scan class. Additionally, add one extra class that is able to send scan commands (for sched_scan

Re: [PATCH py80211 3/4] py80211: add sched_scan stop class

2015-06-13 Thread Arend van Spriel
On 12-06-15 16:00, Luca Coelho wrote: From: Luciano Coelho luciano.coe...@intel.com Add a class to stop scheduled scans. Signed-off-by: Luciano Coelho luciano.coe...@intel.com Merged in master branch after indentation cleanup. Regards, Arend --- lib/scan.py | 15 +++ 1

Re: [PATCH py80211 2/4] py80211: scan: add sched_scan start class

2015-06-13 Thread Arend van Spriel
On 12-06-15 16:00, Luca Coelho wrote: From: Luciano Coelho luciano.coe...@intel.com Add a class to start scheduled scans. Signed-off-by: Luciano Coelho luciano.coe...@intel.com Merged in the master branch with following modification: [aspr...@gmail.com: fixed indentation]

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

2015-06-13 Thread Arend van Spriel
On 12-06-15 16:00, Luca Coelho wrote: From: Luciano Coelho luciano.coe...@intel.com Modify the sched_scan_start class so that the caller can pass a list of matches to be used in the scheduled scan request. Signed-off-by: Luciano Coelho luciano.coe...@intel.com Merged in master branch

Re: iwlwifi in AP mode is experimental?

2015-06-13 Thread Emmanuel Grumbach
Hello Robert, On Fri, Jun 12, 2015 at 8:43 PM, Robert E. Cochran w...@mindchasers.com wrote: Hello, On wireless.wiki.kernel.org, iwlwifi is listed as experimental for AP Mode. We have done some basic testing with a 3160 card in AP mode hostapd without issue. Now we need to determine if it