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

2014-10-11 Thread Oleksij Rempel
Am 10.10.2014 um 14:42 schrieb 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

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

2014-10-11 Thread Emmanuel Grumbach
On Fri, Oct 10, 2014 at 9:19 PM, Bjørn Mork bj...@mork.no wrote: 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

Re: rt2x00: two candidates for -stable

2014-10-11 Thread Stanislaw Gruszka
Hi Xose On Sat, Oct 11, 2014 at 12:09:11AM +0200, Xose Vazquez Perez wrote: I think these two should be included in -stable : ac0372abf8524a7572a9cdaac6495eb2eba20457 support Ralink 5362 It's new chip support actually i.e. more like new feature, however I'm ok to post it -stable. I assume this

[PATCH V3.18] rtlwifi: rtl8192ee: Prevent log spamming for switch statements

2014-10-11 Thread Larry Finger
The driver logs a message when the default branch of switch statements are taken. Such information is useful when debugging, but these log items should not be seen for standard usage. Signed-off-by: Larry Finger larry.fin...@lwfinger.net --- drivers/net/wireless/rtlwifi/rtl8192ee/hw.c | 8

Re: [PATCH V3.18] rtlwifi: rtl8192ee: Prevent log spamming for switch statements

2014-10-11 Thread Joe Perches
On Sat, 2014-10-11 at 12:59 -0500, Larry Finger wrote: The driver logs a message when the default branch of switch statements are taken. Such information is useful when debugging, but these log items should not be seen for standard usage. Hey Larry. At some point, it'd be good to make

802.11 Radiotap injection can't select TX rate

2014-10-11 Thread Nuno Gonçalves
I am unable to inject frames at any rate other than 1mbps. I've tried with Andy's packetspammer [1] and with other pcap based code (like 'aireplay-ng -9 -B wlan3'), but while the frames arrive at the interface with the radiotap header set to other rates, they always go into the air at 1mbps. I

[PATCH] net: wireless: brcm80211: brcmfmac: dhd_sdio.c: Cleaning up missing null-terminate in conjunction with strncpy

2014-10-11 Thread Rickard Strandqvist
Replacing strncpy with strlcpy to avoid strings that lacks null terminate. And changed from using strncpy to strlcpy to simplify code. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c | 25 ++-- 1