Re: [PATCH] staging:rtl8723au: core: Fix error reported by checkpatch.

2014-10-30 Thread Jes Sorensen
Joe Perches j...@perches.com writes: On Mon, 2014-10-27 at 09:43 +0100, Jes Sorensen wrote: Sanjeev Sharma sanjeev_sha...@mentor.com writes: This is a patch to the rtw_cmd.c file that fixes Error reported by checkpatch. [] diff --git a/drivers/staging/rtl8723au/core/rtw_cmd.c

Re: [PATCH] ath10k: handle ieee80211 header and payload tracing separately

2014-10-30 Thread Rajkumar Manoharan
On Wed, Oct 29, 2014 at 04:05:44PM +0100, Johannes Berg wrote: On Wed, 2014-10-29 at 19:39 +0530, Rajkumar Manoharan wrote: + u32 hdr_len = ieee80211_hdrlen(hdr-frame_control); + trace_ath10k_rx_hdr(ar, hdr, hdr_len); + trace_ath10k_rx_payload(ar, skb-data + hdr_len, skb-len -

Re: Kernel module(r8712u) reload - suspend/resume - systemd

2014-10-30 Thread poma
On 30.10.2014 09:52, Lubomir Rintel wrote: On Tue, 2014-10-28 at 00:43 +0100, poma wrote: On 28.10.2014 00:15, Lennart Poettering wrote: On Mon, 27.10.14 23:43, poma (pomidorabelis...@gmail.com) wrote: but is there a better way to do it? This appears to be a kernel driver bug. Please

Re: [PATCH] wireless: nl80211: Broadcast CMD_NEW_INTERFACE and CMD_DEL_INTERFACE

2014-10-30 Thread Johannes Berg
On Thu, 2014-10-30 at 11:14 +0200, Tomasz Bursztyka wrote: Hi Johannes, It really bloats the*arguments* more than anything, no way to change that, say by sending the delete message before the wdev is destroyed? You mean building the nlmsg before? (sending it would be wrong if the

[PATCH 1/2] cfg80211: 802.11p OCB mode handling

2014-10-30 Thread Rostislav Lisovy
This patch adds new iface type (NL80211_IFTYPE_OCB) representing the OCB (Outside the Context of a BSS) mode. When establishing a connection to the network a cfg80211_join_ocb function is called (particular nl80211_command is added as well). A mandatory parameters during the ocb_join operation are

[PATCH 2/2] mac80211: 802.11p OCB mode support

2014-10-30 Thread Rostislav Lisovy
This patch adds 802.11p OCB (Outside the Context of a BSS) mode support. When communicating in OCB mode a mandatory wildcard BSSID (48 '1' bits) is used. The EDCA parameters handling function was changed to support 802.11p specific values. The insertion of a newly discovered STAs is done in the

Re: [PATCH 0/6 3.18] Fixes for iwlwifi drivers

2014-10-30 Thread Luca Coelho
The cover-letter subject is wrong. :) I guess you meant s/iwlwifi/rtlwifi/ ;) -- Luca. On Wed, 2014-10-29 at 23:17 -0500, Larry Finger wrote: Some late changes to rtlwifi made some of the older drivers not start correctly. These patches should be applied to 3.18. Signed-off-by: Larry

[PATCH -stable] wireless: rt2x00: add new rt2800usb devices

2014-10-30 Thread Xose Vazquez Perez
0x0b05 0x17e8 RT5372 USB 2.0 bgn 2x2 ASUS USB-N14 0x0411 0x0253 RT5572 USB 2.0 abgn 2x2 BUFFALO WLP-U2-300D 0x0df6 0x0078 RT Sitecom N300 Cc: sta...@vger.kernel.org Acked-by: Stanislaw Gruszka sgrus...@redhat.com Cc: Stanislaw Gruszka sgrus...@redhat.com Cc: Helmut Schaa

[PATCH -stable] rt2x00: support Ralink 5362.

2014-10-30 Thread Xose Vazquez Perez
From: Canek Peláez Valdés ca...@ciencias.unam.mx Cc: sta...@vger.kernel.org Acked-by: Stanislaw Gruszka sgrus...@redhat.com Cc: Stanislaw Gruszka sgrus...@redhat.com Cc: Helmut Schaa helmut.sc...@googlemail.com Cc: John W. Linville linvi...@tuxdriver.com Cc: us...@rt2x00.serialmonkey.com Cc:

Re: [PATCH 2/3] mac80211-hwsim: Provide multicast event for HWSIM_CMD_NEW_RADIO

2014-10-30 Thread Jukka Rissanen
Hi Johannes, On ke, 2014-10-29 at 16:53 +0100, Johannes Berg wrote: On Wed, 2014-10-29 at 16:50 +0100, Johannes Berg wrote: On Mon, 2014-10-27 at 12:44 +0200, Jukka Rissanen wrote: +static void mcast_msg(struct sk_buff *mcast_skb, struct genl_info *info) +{ + if (info) +

Re: [PATCH] staging:rtl8723au: core: Fix error reported by checkpatch.

2014-10-30 Thread Jes Sorensen
Sharma, Sanjeev sanjeev_sha...@mentor.com writes: -Original Message- From: Jes Sorensen [mailto:jes.soren...@redhat.com] Sent: Monday, October 27, 2014 2:13 PM To: Sharma, Sanjeev Cc: larry.fin...@lwfinger.net; gre...@linuxfoundation.org; linux-wireless@vger.kernel.org;

Re: [PATCH] staging:rtl8723au: core: Fix error reported by checkpatch.

2014-10-30 Thread Jes Sorensen
Sharma, Sanjeev sanjeev_sha...@mentor.com writes: -Original Message- From: Joe Perches [mailto:j...@perches.com] Sent: Monday, October 27, 2014 8:23 PM To: Jes Sorensen Cc: Sharma, Sanjeev; larry.fin...@lwfinger.net; gre...@linuxfoundation.org; linux-wireless@vger.kernel.org;

Re: [PATCH] net: rfkill: gpio: Add default GPIO driver mappings for ACPI

2014-10-30 Thread Linus Walleij
On Mon, Oct 27, 2014 at 11:15 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: The driver uses devm_gpiod_get_index(..., index) so that the index refers directly to the GpioIo resource under the ACPI device. The problem with this is that if the ordering changes we get wrong GPIOs.

Re: [PATCH 0/6 3.18] Fixes for iwlwifi drivers

2014-10-30 Thread Larry Finger
On 10/30/2014 06:08 AM, Luca Coelho wrote: The cover-letter subject is wrong. :) I guess you meant s/iwlwifi/rtlwifi/ ;) Yes, the changes were for rtlwifi, not iwlwifi. Sorry. (: My laptop has an Intel 7260 card built in, and it is working correctly on both 2.4 and 5G bands under mainline

[PATCH v2 2/2] mac80211-hwsim: Provide multicast event for HWSIM_CMD_DEL_RADIO

2014-10-30 Thread Jukka Rissanen
When deleting old radio via HWSIM_CMD_DEL_RADIO then listeners on the multicast group config are informed. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- drivers/net/wireless/mac80211_hwsim.c | 43 ++- 1 file changed, 37 insertions(+), 6

[PATCH v2 1/2] mac80211-hwsim: Provide multicast event for HWSIM_CMD_NEW_RADIO

2014-10-30 Thread Jukka Rissanen
When adding new radio via HWSIM_CMD_NEW_RADIO then listeners on the multicast group config are informed. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- drivers/net/wireless/mac80211_hwsim.c | 242 +- 1 file changed, 179 insertions(+), 63

[PATCH v2 0/2] Add mcast event when hwsim radios are created and removed

2014-10-30 Thread Jukka Rissanen
Hi, v2: - removed old patch 1 as that is already applied - added suitable prefixes to new function names - refactored the patch 1 so that multicast message building is separated into a more generic function - instead of passing radio parameters (6 pcs) into different functions separately, a

Re: strange MPDU loss pattern

2014-10-30 Thread Ali Abedi
Hi Adrian, We observed that this can happen for any rate for some SNR values. If the SNR is strong enough for the given MCS this won't happen. But when the SNR approaches the transition region when error rate starts to increase, this problem will be observed. So this can happen even for

Re: strange MPDU loss pattern

2014-10-30 Thread Adrian Chadd
On 30 October 2014 08:48, Ali Abedi a2ab...@uwaterloo.ca wrote: Hi Adrian, We observed that this can happen for any rate for some SNR values. If the SNR is strong enough for the given MCS this won't happen. But when the SNR approaches the transition region when error rate starts to

Re: strange MPDU loss pattern

2014-10-30 Thread Ali Abedi
The paper mentioned that this happens when the client is mobile. But I confirm Adrian's observation . This problem happens even in stationary environments with dynamic channels (e.g., people moving in the vicinity of the AP/Client). Best, Ali On 14-10-30 12:11 PM, Adrian Chadd wrote: On 30

Re: pull request: iwlwifi-next 2014-10-29

2014-10-30 Thread John W. Linville
On Wed, Oct 29, 2014 at 01:48:50PM +0200, Emmanuel Grumbach wrote: Hi John, Here is a pull request for 3.19. More details below. Thanks! The following changes since commit 35a9ad8af0bb0fa3525e6d0d20e32551d226f38e: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next

Re: [PATCH 0/3] debugfs: adding helper for single seq_file

2014-10-30 Thread John W. Linville
On Tue, Oct 28, 2014 at 01:19:09PM +0100, Arend van Spriel wrote: The first patch was already posted earlier: Message-ID: 1413043315-22332-1-git-send-email-ar...@broadcom.com This series include changes in driver code to investigate potential code savings. As example used the ath9k driver

Re: [PATCH 0/3] debugfs: adding helper for single seq_file

2014-10-30 Thread Greg Kroah-Hartman
On Thu, Oct 30, 2014 at 03:19:22PM -0400, John W. Linville wrote: On Tue, Oct 28, 2014 at 01:19:09PM +0100, Arend van Spriel wrote: The first patch was already posted earlier: Message-ID: 1413043315-22332-1-git-send-email-ar...@broadcom.com This series include changes in driver code

Re: [PATCH 0/3] debugfs: adding helper for single seq_file

2014-10-30 Thread Arend van Spriel
On 10/30/14 20:39, Greg Kroah-Hartman wrote: On Thu, Oct 30, 2014 at 03:19:22PM -0400, John W. Linville wrote: On Tue, Oct 28, 2014 at 01:19:09PM +0100, Arend van Spriel wrote: The first patch was already posted earlier: Message-ID:1413043315-22332-1-git-send-email-ar...@broadcom.com This

Re: [PATCH 0/6 3.18] Fixes for iwlwifi drivers

2014-10-30 Thread Arend van Spriel
On 10/30/14 16:27, Larry Finger wrote: On 10/30/2014 06:08 AM, Luca Coelho wrote: The cover-letter subject is wrong. :) I guess you meant s/iwlwifi/rtlwifi/ ;) Yes, the changes were for rtlwifi, not iwlwifi. Sorry. (: My laptop has an Intel 7260 card built in, and it is working correctly on

Re: [PATCH 0/6 3.18] Fixes for iwlwifi drivers

2014-10-30 Thread Murilo Opsfelder Araujo
+++ drivers/net/wireless/rtlwifi/rtl8821ae/phy.c | 12 ++-- 10 files changed, 28 insertions(+), 25 deletions(-) Hi, Larry. I've applied this patchset on top of next-20141030 and got the same result: kernel panic went away but the rtl8192se device does not associate. Thanks anyway

Re: [PATCH] ath10k: avoid possible deadlock with scan timeout

2014-10-30 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: This should prevent deadlock predicted by the following splat: == [ INFO: possible circular locking dependency detected ] 3.17.0-wl-ath+ #67 Not tainted

Re: [PATCH v3 0/3] ath10k: speed up recovery

2014-10-30 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: Patch #1 fixes a bug I've found while testing patches #2 and #3. It's safe to cherry-pick it in case patches #2 and/or #3 aren't accepted or need a re-spin. I've mainly used patch #2 to test reset and recovery. It's pretty handy for

[PATCH 0/2] mwifiex: ACS support for mwifiex AP

2014-10-30 Thread Avinash Patil
This patch series adds Automatic channel selection- ACS support for mwifiex AP. Avinash Patil (1): mwifiex: channel statistics support for mwifiex Xinming Hu (1): mwifiex: add cfg80211 dump_survey handler drivers/net/wireless/mwifiex/cfg80211.c| 66 ++

[PATCH 1/2] mwifiex: channel statistics support for mwifiex

2014-10-30 Thread Avinash Patil
This patch adds support to record channel statistics during scan. With extended scan, scan results are returned as events from FW while channel statistics are part of scan command response. We store these channel statistics in adapter. Signed-off-by: Avinash Patil pat...@marvell.com

[PATCH 2/2] mwifiex: add cfg80211 dump_survey handler

2014-10-30 Thread Avinash Patil
From: Xinming Hu h...@marvell.com This patch add cfg80211 dump_survey handler for mwifiex. This handler will be called to report channel statistics to cfg80211. This in turn adds ACS support for mwifiex AP. Signed-off-by: Xinming Hu h...@marvell.com Signed-off-by: Avinash Patil