Re: [PATCH 1/3] ath10k: remove ath10k_vif_to_arvif()

2017-02-09 Thread Joe Perches
On Thu, 2017-02-09 at 23:14 -0800, Adrian Chadd wrote: > If there > were accessors for the skb data / len fields (like we do for mbufs) > then porting the code would've involved about 5,000 less changed > lines. What generic mechanisms would you suggest to make porting easier between bsd and

Re: [PATCH 1/3] ath10k: remove ath10k_vif_to_arvif()

2017-02-09 Thread Adrian Chadd
On 9 February 2017 at 23:03, Valo, Kalle wrote: > Ben Greear writes: > >> On 02/07/2017 01:14 AM, Valo, Kalle wrote: >>> Adrian Chadd writes: >>> Removing this method makes the diff to FreeBSD larger, as "vif" in

Re: [PATCH 1/3] ath10k: remove ath10k_vif_to_arvif()

2017-02-09 Thread Valo, Kalle
Ben Greear writes: > On 02/07/2017 01:14 AM, Valo, Kalle wrote: >> Adrian Chadd writes: >> >>> Removing this method makes the diff to FreeBSD larger, as "vif" in >>> FreeBSD is a different pointer. >>> >>> (Yes, I have ath10k on freebsd working and

Re: [Patch] NFC: trf7970a:

2017-02-09 Thread Mark Greer
On Thu, Feb 09, 2017 at 07:41:11PM -0500, Geoff Lansberry wrote: > On Thu, Feb 9, 2017 at 4:27 PM, Mark Greer wrote: > > > > On Thu, Feb 09, 2017 at 10:54:08AM -0500, Geoff Lansberry wrote: > > > On Wed, Feb 8, 2017 at 5:56 PM, Mark Greer wrote: >

[PATCH v5 2/3] mac80211: Add set_cqm_rssi_range_config

2017-02-09 Thread Andrew Zaborowski
Support .set_cqm_rssi_range_config if the beacons are available for processing in mac80211. There's no reason that this couldn't be offloaded by mac80211-based drivers but there's no driver method for that added in this patch. Signed-off-by: Andrew Zaborowski ---

[PATCH v5 3/3] wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple drivers

2017-02-09 Thread Andrew Zaborowski
Set the NL80211_EXT_FEATURE_CQM_RSSI_LIST wiphy extended feature wholesale in all mac80211-based drivers that do not set the IEEE80211_VIF_BEACON_FILTER flags on their interfaces. mac80211 will be processing supplied RSSI values in ieee80211_rx_mgmt_beacon and will detect when the thresholds set

Re: [Patch] NFC: trf7970a:

2017-02-09 Thread Geoff Lansberry
On Thu, Feb 9, 2017 at 4:27 PM, Mark Greer wrote: > > On Thu, Feb 09, 2017 at 10:54:08AM -0500, Geoff Lansberry wrote: > > On Wed, Feb 8, 2017 at 5:56 PM, Mark Greer wrote: > > > > > > I just realized that the linux-nfc is not CC'd so adding it. >

Re: [Patch] NFC: trf7970a:

2017-02-09 Thread Mark Greer
On Thu, Feb 09, 2017 at 10:54:08AM -0500, Geoff Lansberry wrote: > On Wed, Feb 8, 2017 at 5:56 PM, Mark Greer wrote: > > > > I just realized that the linux-nfc is not CC'd so adding it. > > > > On Wed, Feb 08, 2017 at 03:53:39PM -0700, Mark Greer wrote: > > > On Sun, Dec

Re: linux <=4.9.5, 4.10-rc7 ok, 4.9.6 - 4.9.8 nok with realtek wlan, atom

2017-02-09 Thread Larry Finger
On 02/09/2017 01:43 PM, Bjorn Helgaas wrote: [+cc rtl8192ce folks in case they've seen this] On Thu, Feb 09, 2017 at 03:45:01PM +0100, rupert THURNER wrote: hi, not technical expert enough, i just wanted to give a short user feedback. for realtek wlan on atom, kernels up to 4.9.5 are ok, and

[PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings

2017-02-09 Thread Julia Lawall
Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Larry Finger Signed-off-by: Julia Lawall Signed-off-by: Fengguang Wu --- halbtc8821a2ant.c |2 +- 1 file changed, 1 insertion(+),

Re: linux <=4.9.5, 4.10-rc7 ok, 4.9.6 - 4.9.8 nok with realtek wlan, atom

2017-02-09 Thread Bjorn Helgaas
[+cc rtl8192ce folks in case they've seen this] On Thu, Feb 09, 2017 at 03:45:01PM +0100, rupert THURNER wrote: > hi, > > not technical expert enough, i just wanted to give a short user > feedback. for realtek wlan on atom, kernels up to 4.9.5 are ok, and > kernel 4.10.0-rc7-g926af6273fc6 (arch

Re: [Patch] NFC: trf7970a:

2017-02-09 Thread Geoff Lansberry
On Wed, Feb 8, 2017 at 5:56 PM, Mark Greer wrote: > > I just realized that the linux-nfc is not CC'd so adding it. > > On Wed, Feb 08, 2017 at 03:53:39PM -0700, Mark Greer wrote: > > On Sun, Dec 18, 2016 at 08:07:33PM -0700, Mark Greer wrote: > > > On Sat, Dec 17, 2016 at

Re: [PATCH 3/3] rt2x00: remove queue_entry from skbdesc

2017-02-09 Thread Stanislaw Gruszka
On Thu, Feb 09, 2017 at 04:00:19PM +0100, Jeroen Roovers wrote: > On 8 February 2017 at 13:51, Stanislaw Gruszka wrote: > > > diff --git a/drivers/net/wireless/ralink/rt2x00/rt2x00queue.h > > b/drivers/net/wireless/ralink/rt2x00/rt2x00queue.h > > index 2233b91..22d1881

Re: [PATCH 3/3] rt2x00: remove queue_entry from skbdesc

2017-02-09 Thread Jeroen Roovers
On 8 February 2017 at 13:51, Stanislaw Gruszka wrote: > diff --git a/drivers/net/wireless/ralink/rt2x00/rt2x00queue.h > b/drivers/net/wireless/ralink/rt2x00/rt2x00queue.h > index 2233b91..22d1881 100644 > --- a/drivers/net/wireless/ralink/rt2x00/rt2x00queue.h > +++

Re: [PATCH] mac80211: fix CSA in IBSS mode

2017-02-09 Thread Johannes Berg
On Wed, 2017-02-08 at 15:32 +0100, Koen Vandeputte wrote: > Add the missing IBSS capability flag during capability init as it > needs > to be inserted into the generated beacon in order for CSA to work. > Applied, thanks. johannes

[PATCH v5] wlcore: disable multicast filter in AP mode

2017-02-09 Thread Iain Hunter
Enable AP support for allmulticast for MDNS. It can be enabled by bringing up the interface with ip command with argument allmulticast on Signed-off-by: Iain Hunter --- PATCH v5: fixes indentation of other closing bracket and missing Signed Off

Re: [PATCH 2/3] rt2x00: call entry directly in rt2x00_dump_frame

2017-02-09 Thread Jeroen Roovers
On 8 February 2017 at 13:51, Stanislaw Gruszka wrote: > drivers/net/wireless/ralink/rt2x00/rt2x00.h | 4 ++-- > diff --git a/drivers/net/wireless/ralink/rt2x00/rt2x00.h > b/drivers/net/wireless/ralink/rt2x00/rt2x00.h > index ea299c4..26869b3 100644 > ---

pull-request: mac80211-next 2017-02-09

2017-02-09 Thread Johannes Berg
Hi Dave, Here are some more (final) updates for -next. Nothing here is really interesting, mostly cleanups and small fixes. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit d140199af510ad4749dc5e38b7922135258ba5fd: bpf, lpm: fix kfree

Re: [PATCH net-next v2 00/12] net: dsa: remove unnecessary phy.h include

2017-02-09 Thread Kalle Valo
Florian Fainelli writes: >>> If not, for something like this it's a must: >>> >>> drivers/net/wireless/ath/wil6210/cfg80211.c:24:30: error: expected ‘)’ >>> before ‘bool’ >>> module_param(disable_ap_sme, bool, 0444); >>> ^ >>>

pull-request: wireless-drivers-next 2017-02-09

2017-02-09 Thread Kalle Valo
Hi Dave, another pull request for net-next. If the merge window starts on Sunday this would be the last pull request from me with new features. But if it doesn't open, I'm planning to send one more next week. Please let me know if there any problems. Kalle The following changes since commit

[PATCH] staging: wilc1000: remove unnecessary local array

2017-02-09 Thread Franck Demathieu
It fixes the following warning reported by sparse: drivers/staging/wilc1000/linux_wlan.c:67:33: warning: too long initializer-string for array of char(no space for nul char) Signed-off-by: Franck Demathieu --- drivers/staging/wilc1000/linux_wlan.c | 3 +-- 1 file

[PATCH] ath6kl: Use net_device_stats from struct net_device

2017-02-09 Thread Tobias Klauser
Instead of using a private copy of struct net_device_stats in struct ath6kl_vif, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Signed-off-by: Tobias Klauser --- drivers/net/wireless/ath/ath6kl/core.h | 1 -