Re: [PATCH] bcma: Add dependency on OF_ADDRESS

2014-10-10 Thread Arend van Spriel
On 10/09/14 23:48, Hauke Mehrtens wrote: On 10/09/2014 09:25 PM, Guenter Roeck wrote: On Thu, Oct 09, 2014 at 08:28:31PM +0200, Hauke Mehrtens wrote: On 10/09/2014 07:29 PM, Guenter Roeck wrote: On Thu, Oct 09, 2014 at 07:18:31PM +0200, Arend van Spriel wrote: On 10/09/14 19:15, Arend van

[PATCH 2/3] ath10k: skip some commands on reassoc

2014-10-10 Thread Michal Kazior
It doesn't make much sense to reconfigure peer completely upon reassociation. This will make it easier to have a more uniform association code across different modes. Signed-off-by: Michal Kazior michal.kaz...@tieto.com --- drivers/net/wireless/ath/ath10k/mac.c | 52

[PATCH 3/3] ath10k: clean up sta auth/assoc code

2014-10-10 Thread Michal Kazior
The code can be symmetrical so make it so. This makes it easier to understand and work with. Signed-off-by: Michal Kazior michal.kaz...@tieto.com --- drivers/net/wireless/ath/ath10k/mac.c | 121 -- 1 file changed, 42 insertions(+), 79 deletions(-) diff --git

[PATCH] ath10k: simplify computation of mgmt rx band

2014-10-10 Thread Michal Kazior
Using global channel won't work with chanctx. Try to determine the channel from the information provided in the wmi event itself alone. This should be sufficient. Signed-off-by: Michal Kazior michal.kaz...@tieto.com --- drivers/net/wireless/ath/ath10k/wmi.c | 32

[PATCH] ath10k: use bss_info as txpower source

2014-10-10 Thread Michal Kazior
This simply changes the source for txpower setup. It does not make ath10k use different txpower values for different vifs. This will make it easier to implement chanctx in ath10k in the future. Signed-off-by: Michal Kazior michal.kaz...@tieto.com --- drivers/net/wireless/ath/ath10k/core.h | 1

[PATCH v2] ath10k: fix kernel panic while shutting down AP

2014-10-10 Thread Rajkumar Manoharan
Based on GFP flag given to DMA coherent allocation, the behaviour of dma_free_coherent is changed. This behavioural diffrence is noticeable in ARM platform. If DMA memory is allocated with GFP_KERNEL, free coherent can not be called inside spin lock. This is causing kernel crash in ARM platforms.

Re: Kernel Oops with ath9k_htc during AES decrypt on ARM / BeagleBone Black

2014-10-10 Thread Schroer, Jens Peter
Hi Oleksij, I have tried to recover the full dmesg, but it seems to be lost. I am not sure if it disappeared with during the last reboot or was not synced back to the flash due to the kernel panic. I tried to reproduce the kernel oops, but get stuck with the problem I mentioned in my other

Intel AC 7260 works with 64bit kernel but not 32-bit kernel

2014-10-10 Thread John Frankish
Using a linux-3.16.3 64-bit kernel, the iwlwifi driver loaded with options iwlwifi 11n_disable=1 works most of the time. When it doesn't work, I see the following error: deauthenticating from c4:7d:4f:88:a9:b9 by local choice (Reason: 3=DEAUTH_LEAVING) Using a linux-3.16.3 32-bit kernel, under

Re: [PATCH] ath10k: use bss_info as txpower source

2014-10-10 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: This simply changes the source for txpower setup. It does not make ath10k use different txpower values for different vifs. This will make it easier to implement chanctx in ath10k in the future. Signed-off-by: Michal Kazior

ath10k firmware crash

2014-10-10 Thread Cedric VONCKEN
Hi all, I'm trying to use ath10k in client mode and AP mode with 2 wireless cards (Ap on one card and client on another card). The AP mode work, but the client mode always crash. Please find below the ath10k crash information [   79.131301] ath10k: hardware name

Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-10 Thread Johannes Berg
On Thu, 2014-10-09 at 22:49 +0200, Karl Beldan wrote: Either way - is it worth for 3.18/stable? Your call. I've seen no complaints, and you haven't indicated that you'd like to see it in older kernels, so I've applied it to mac80211-next. johannes -- To unsubscribe from this list: send

Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-10 Thread Johannes Berg
On Fri, 2014-10-10 at 17:10 +0200, Johannes Berg wrote: On Thu, 2014-10-09 at 22:49 +0200, Karl Beldan wrote: Either way - is it worth for 3.18/stable? Your call. I've seen no complaints, and you haven't indicated that you'd like to see it in older kernels, so I've applied it to

[RFC] ath6kl: Use new del_station parameters

2014-10-10 Thread Jouni Malinen
This allows user space (mainly, hostapd or wpa_supplicant in AP mode) to specify whether to use Deauthentication or Disassociation frame and which reason code to use in that frame when removing the station. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com ---

iwlwifi/mvm: Got an HT rate for a non data frame 0x8

2014-10-10 Thread Bjørn Mork
I just hit this warning using the 3.17.0-rc7 version of the driver: [ cut here ] WARNING: CPU: 0 PID: 12436 at drivers/net/wireless/iwlwifi/mvm/tx.c:190 iwl_mvm_set_tx_params+0x336/0x463 [iwlmvm]() Got an HT rate for a non data frame 0x8 Modules linked in: ext3 jbd

Re: pull request: wireless-next 2014-10-09

2014-10-10 Thread David Miller
From: John W. Linville linvi...@tuxdriver.com Date: Thu, 9 Oct 2014 11:44:02 -0400 Please pull this batch of fixes intended for the 3.18 stream! Andrea Merello makes rtl818x_pci use a more reasonable transmission rate for HW generated frames. Fabian Frederick tweaks some kernel-doc bits

rt2x00: two candidates for -stable

2014-10-10 Thread Xose Vazquez Perez
Hi Stanislaw, I think these two should be included in -stable : ac0372abf8524a7572a9cdaac6495eb2eba20457 support Ralink 5362 6a06e554daef86c4e8d290284927b081fedb249e add new rt2800usb devices -thanks- -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a

[PATCH] rtl8732au: Fix coding style violations in ieee80211.h

2014-10-10 Thread Matthew Tyler
Signed-off-by: Matthew Tyler matt.ty...@flashics.com --- drivers/staging/rtl8723au/include/ieee80211.h | 81 ++- 1 file changed, 54 insertions(+), 27 deletions(-) diff --git a/drivers/staging/rtl8723au/include/ieee80211.h b/drivers/staging/rtl8723au/include/ieee80211.h

Re: [PATCH] rtl8732au: Fix coding style violations in ieee80211.h

2014-10-10 Thread Joe Perches
On Sat, 2014-10-11 at 12:19 +0800, Matthew Tyler wrote: Signed-off-by: Matthew Tyler matt.ty...@flashics.com [] diff --git a/drivers/staging/rtl8723au/include/ieee80211.h b/drivers/staging/rtl8723au/include/ieee80211.h [] -#define IsSupported24G(NetType) (NetType SUPPORTED_24G_NETTYPE_MSK ?