Re: [PATCH v6 6/6] wlcore: remove wl12xx_platform_data

2015-03-16 Thread Pali Rohár
On Monday 16 March 2015 16:29:39 Tony Lindgren wrote: I believe the last pending issues is the support for ATAG_REVISION in device tree mode as posted by Pali. No. In DT boot there is missing /proc/atags file (readable by userspace processes). And also broken AES/SHA/MD5 support. Fix for

Re: [PATCH v6 6/6] wlcore: remove wl12xx_platform_data

2015-03-16 Thread Pali Rohár
On Monday 16 March 2015 22:01:43 Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [150316 13:59]: On Monday 16 March 2015 16:29:39 Tony Lindgren wrote: I believe the last pending issues is the support for ATAG_REVISION in device tree mode as posted by Pali. No. In DT boot there

[PATCH 1/4] mac80211: convert rssi_callback() to event_callback()

2015-03-16 Thread Emmanuel Grumbach
We will be able to add more events, such as MLME events and others. The low level driver may be interested in knowing about these events to dump firmware data upon failures, or to change parameters in case connection attempts fail etc... Signed-off-by: Emmanuel Grumbach

[PATCH 0/4] mac80211: inform the low level driver about events in mac80211

2015-03-16 Thread Emmanuel Grumbach
This can be useful to know what is happening in mac80211 from the low level driver without guessing from mac80211's callbacks. This can be used for error detection (too many deauths) and trigger recovery / debug flows based on that information. Another possibility is to change parameters that are

[PATCH] rtlwifi: rtl8192cu: Add device ID for D-Link DWA-131 (Version B1) adapter

2015-03-16 Thread Phil Perry
This patch adds the device ID for the D-Link DWA-131 (Version B1) adapter which uses this driver. Signed-off-by: Philip J Perry p...@elrepo.org diff -Naurp a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c ---

Re: [PATCH v2 00/16] checkpatch clean-up of rtl8723au's rtw_security.c

2015-03-16 Thread Jes Sorensen
M. Vefa Bicakci m@runbox.com writes: Hello Matthias, Thank you for reviewing the patches! I have based and tested these commits on Stephen Rothwell's linux-next.git/master branch. It is possible that I made a mistake by doing this. Nevertheless, I have just verified that these patches

Re: [PATCH v2 15/16] staging: rtl8723au: Correct a typo in a trace log line

2015-03-16 Thread Jes Sorensen
M. Vefa Bicakci m@runbox.com writes: Correct a typo in rtl8723au's rtw_security.c which was most likely caused by a copy and paste mistake. Prior to this commit, the TKIP decryption function referred to WEP in its trace log output. Signed-off-by: M. Vefa Bicakci m@runbox.com ---

Re: [1/3] rt2x00usb: initialize the read value in case of failure

2015-03-16 Thread Kalle Valo
My understanding ist that rt2x00usb_register_read() is void and so the reader is unaware of read errors and assumes that whatever was on the stack as it was about to read. Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de Thanks, 3 patches applied to wireless-drivers-next.git:

Re: [2/3] mwifiex: Add support for auto ARP in mwifiex.

2015-03-16 Thread Kalle Valo
From: Maithili Hinge maith...@marvell.com This patch adds support for auto ARP feature in mwifiex. The device will respond to ARP requests from the network with ARP response in suspended state without waking up the host. This feature is enabled in the driver by default. Signed-off-by:

Re: wl18xx: show rx_frames_per_rates as an array as it really is

2015-03-16 Thread Kalle Valo
In struct wl18xx_acx_rx_rate_stat, rx_frames_per_rates field is an array, not a number. This means WL18XX_DEBUGFS_FWSTATS_FILE can't be used to display this field in debugfs (it would display a pointer, not the actual data). Use WL18XX_DEBUGFS_FWSTATS_FILE_ARRAY instead. This bug has

Re: [PATCH v6 2/6] wl12xx: use frequency instead of enumerations for pdata clocks

2015-03-16 Thread Tony Lindgren
* Kalle Valo kv...@codeaurora.org [150315 23:50]: Arnd Bergmann a...@arndb.de writes: On Sunday 15 March 2015 10:43:35 Eliad Peller wrote: The other option would be to have the whole series in a immutable branch against v3.0-rc1 that can be merged into both wirelss tree and omap

Re: [PATCH v2 00/16] checkpatch clean-up of rtl8723au's rtw_security.c

2015-03-16 Thread Joe Perches
On Mon, 2015-03-16 at 18:07 +0100, Greg KH wrote: On Mon, Mar 16, 2015 at 09:55:27AM -0700, Joe Perches wrote: On Mon, 2015-03-16 at 12:01 -0400, Jes Sorensen wrote: For staging patches, you should always post patches against the staging-next tree. Please rebase them and repost them.

[PATCH] wireless: rt2x00: add new rt2800usb device DWA 130

2015-03-16 Thread Scott Branden
Add the USB Id to link the D-Link DWA 130 USB Wifi adapter to the rt2830 driver. Signed-off-by: Scott Branden sbran...@broadcom.com Signed-off-by: Pieter Truter ptru...@broadcom.com --- drivers/net/wireless/rt2x00/rt2800usb.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 3/4] mac80211: notify the driver about association status

2015-03-16 Thread Emmanuel Grumbach
This can allow the driver to take action based on the success / failure of the association. Signed-off-by: Emmanuel Grumbach emmanuel.grumb...@intel.com --- include/net/mac80211.h | 2 ++ net/mac80211/mlme.c| 15 +++ 2 files changed, 17 insertions(+) diff --git

Re: [PATCH v6 6/6] wlcore: remove wl12xx_platform_data

2015-03-16 Thread Tony Lindgren
* Pali Rohár pali.ro...@gmail.com [150316 13:59]: On Monday 16 March 2015 16:29:39 Tony Lindgren wrote: I believe the last pending issues is the support for ATAG_REVISION in device tree mode as posted by Pali. No. In DT boot there is missing /proc/atags file (readable by userspace

Re: [4.0] ath9k: disable TPC support again (for now)

2015-03-16 Thread Kalle Valo
TPC support has been observed to cause some tx power fluctuations on some devices with at least AR934x and AR938x chips. Disable it for now until the bugs have been found and fixed Signed-off-by: Felix Fietkau n...@openwrt.org Thanks, applied to wireless-drivers.git. Kalle Valo -- To

Re: [PATCH v6 6/6] wlcore: remove wl12xx_platform_data

2015-03-16 Thread Tony Lindgren
* Sebastian Reichel s...@ring0.de [150316 11:26]: Hi, On Mon, Mar 16, 2015 at 08:29:39AM -0700, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [150315 05:10]: On Sunday 15 March 2015 10:50:42 Eliad Peller wrote: yeah, i missed it :/ looks like there's no platform that

Re: pull-request: mac80211 2015-03-16

2015-03-16 Thread David Miller
From: Johannes Berg johan...@sipsolutions.net Date: Mon, 16 Mar 2015 09:43:57 +0100 I meant to send you a pull request last week but then somehow that slipped through the cracks. However, I've since gotten a number of CSA (channel switch) related fixes that I've also included - see below.

[PATCH] mac80211: move netdev stats to common function

2015-03-16 Thread Johannes Berg
From: Johannes Berg johannes.b...@intel.com Move the netdev stats accounting into the common function ieee80211_deliver_skb() that is called in both places. Signed-off-by: Johannes Berg johannes.b...@intel.com --- net/mac80211/rx.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-)