Re: [v3] ath10k: rebuild crypto header in rx data frames

2017-12-02 Thread Sebastian Gottschall
you need a recent ath10k version. use the backports project to compile a recent ath10k/mac80211 for 3.17 or take a look into lede, it has a complete recent backports tree which can be used on 3.17 with small modifications Am 02.12.2017 um 22:41 schrieb Ben Greear: On 12/02/2017 06:34 AM,

[ath6kl:pending 31/36] drivers/net/wireless/ath/ath10k/hw.c:935:43: error: positional initialization of field in 'struct' declared with 'designated_init' attribute

2017-12-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending head: 877432e6bcced3a835d2c2b23b68dc01bd5cbe47 commit: cced56c0430c4f5b5f87767c959e459ae0181ff8 [31/36] ath10k: WMI: add hw params entry for wcn3990 config: x86_64-randconfig-s0-12030417 (attached as .config)

Re: [v3] ath10k: rebuild crypto header in rx data frames

2017-12-02 Thread Ben Greear
On 12/02/2017 06:34 AM, Kalle Valo wrote: Ben Greear writes: Is this patch destined for stable? I was expecting to see it show up in the older stable releases, but it has not so far as far as I can tell. We are working on it, but not sure yet to which releases,

[ath6kl:ath10k-pending-sdio-usb 19/23] drivers/net/wireless/ath/ath10k/mac.c:5062:26: warning: cast from pointer to integer of different size

2017-12-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath10k-pending-sdio-usb head: c595220acc6c02730d3316eecbbea2543303bb4f commit: 35461ca94f6aa2f7a6d71f8c397649237385f63a [19/23] ath10k_sdio: high latency fixes for beacon buffer config: i386-randconfig-x007-201749 (attached

Re: [v3] ath10k: rebuild crypto header in rx data frames

2017-12-02 Thread Kalle Valo
Ben Greear writes: > Is this patch destined for stable? > > I was expecting to see it show up in the older stable releases, > but it has not so far as far as I can tell. We are working on it, but not sure yet to which releases, it doesn't directly apply to all active

Re: [PATCHv2,1/2] ath10k: update tdls teardown state to target

2017-12-02 Thread Kalle Valo
mpubb...@qti.qualcomm.com wrote: > It is required to update the teardown state of the peer when > a tdls link with that peer is terminated. This information is > useful for the target to perform some cleanups wrt the tdls peer. > > Without proper cleanup, target assumes that the peer is

Re: [v2] ath10k: Re-enable TXQs for all devices

2017-12-02 Thread Kalle Valo
Toke Høiland-Jørgensen wrote: > Commit 4ca1807815aa ("ath10k: disable wake_tx_queue for older devices") > disables the use of the mac80211 TXQs for some devices because of a > theoretical > throughput regression. The original regression report[1] was related to > fq_codel qdisc drop performance,

Wireless regressions in v4.15-rc1

2017-12-02 Thread Kalle Valo
Hi, just a heads up to everyone that there are multiple regressions in v4.15-rc1. For starters hostapd (=AP mode) doesn't work because of: net: netlink: Update attr validation to require exact length for some types https://git.kernel.org/linus/28033ae4e0f5 Jouni fixed this already in hostapd

[PATCH v2 4/4] ath10k: WMI: add hw params entry for wcn3990

2017-12-02 Thread Rakesh Pillai
Add hw params entry for wcn3990 and populate various target specific values for wcn3990. Signed-off-by: Rakesh Pillai Signed-off-by: Govind Singh --- drivers/net/wireless/ath/ath10k/core.c | 18 ++

[PATCH v2 3/4] ath10k: WMI: get wmi init parameter values from hw params

2017-12-02 Thread Rakesh Pillai
The parameter values for skid limit, number of peers and wds entries values which are sent in wmi init cmd are hardware specific. Add support to obtain skid limit, number of peers and wds entries values from hw params which will have the hw specific values for these parameters. Signed-off-by:

[PATCH v2 2/4] ath10k: WMI: Add management tx by reference support over wmi

2017-12-02 Thread Rakesh Pillai
HL1.0 firmware branch, used in wcn3990, transmits management frames by reference over WMI. Add support for management tx by reference over WMI. Signed-off-by: Rakesh Pillai Signed-off-by: Govind Singh ---

[PATCH v2 1/4] ath10k: WMI: modify svc bitmap parsing for wcn3990

2017-12-02 Thread Rakesh Pillai
Due to the limitation of wmi tlv parsing logic, if there are two parameters in a wmi event with same tlv tag, we can get only the last value, as it overwrites the prev value of the same tlv tag. The service ready event in wcn3990 contains two parameters of the same tag UINT32, due to which the

[PATCH v2 0/4] WMI changes for wcn3990

2017-12-02 Thread Rakesh Pillai
This patchset includes the WMI changes for wcn3390 to Refactor service ready event parsing, Add management frame tx by refernce over wmi, Add hw parameters for wcn3990. Changes since v1: - Make code endian safe by using __cpu_to_le32 for hw parameters. Rakesh Pillai (4): ath10k: WMI: modify

Re: [PATCH 2/2] ath10k: add per peer tx stats support for 10.2.4

2017-12-02 Thread Toke Høiland-Jørgensen
Johannes Berg writes: > On Fri, 2017-12-01 at 16:54 +0100, Toke Høiland-Jørgensen wrote: > >> But since we'll have to do that for ath9k anyway it >> becomes more a question of whether it's something that should be >> supported in mac80211 or if it should be implemented