Re: [PATCH] ath10k: add dynamic vlan support

2018-09-04 Thread Manikanta Pubbisetty
On 9/3/2018 4:09 PM, Johannes Berg wrote: Hi, Sorry ... this got delayed again. I had introduced a change db3bdcb9c3ff (" mac80211: allow AP_VLAN operation on crypto controlled devices ") for supporting VLAN functionality on ath10k devices; this commit has broken 4 addr support on ath10k devi

Re: [PATCH 3/3] ath10k: download firmware via diag Copy Engine for QCA6174 and QCA9377.

2018-09-04 Thread Carl Huang
On 2018-09-05 12:52, Kalle Valo wrote: Carl Huang writes: Downloading firmware via BMI protocol takes too long time. For example, a ~700K bytes firmware takes about 500ms to download via BMI protocol. This is too long especially in suspend and resume scenario where firmware is re-downloaded

Re: [PATCH 3/3] ath10k: download firmware via diag Copy Engine for QCA6174 and QCA9377.

2018-09-04 Thread Kalle Valo
Carl Huang writes: > Downloading firmware via BMI protocol takes too long time. For example, > a ~700K bytes firmware takes about 500ms to download via BMI protocol. > This is too long especially in suspend and resume scenario where firmware > is re-downloaded unless WoWLAN is enabled. Downloadin

Re: [PATCHv2 3/3] ath10k: average ack rssi support for data frames

2018-09-04 Thread Kalle Valo
Balaji Pothunoori writes: > Average ack rssi value is weighted average of ack rssi for > no of msdu's has been sent. > This feature is enabled by the host driver if firmware is capable. > After receiving event from host, firmware allocates the necessary > memory to store the ack_rssi for data pac

Re: [PATCH v3] ath10k: support NET_DETECT WoWLAN feature

2018-09-04 Thread Wen Gong
On 2018-09-04 19:43, Kalle Valo wrote: Wen Gong writes: > +enum wmi_nlo_cipher_algorithm { > + WMI_NLO_CIPHER_ALGO_NONE = 0x00, > + WMI_NLO_CIPHER_ALGO_WEP40 = 0x01, > + WMI_NLO_CIPHER_ALGO_TKIP = 0x02, > + WMI_NLO_CIPHER_ALGO_CCMP = 0x04, > + WMI_NL

Re: [PATCH v2 2/2] ath10k: Set sk_pacing_shift to 6 for 11AC WiFi chips

2018-09-04 Thread Grant Grundler
On Mon, Sep 3, 2018 at 6:35 AM Toke Høiland-Jørgensen wrote: > > Johannes Berg writes: > > Grant's data shows a significant difference between 6 and 7 for both > > latency and throughput: Minor nit: this is wgong's data more thoughtfully processed. > > > > * median tpt > >- ~241 vs ~2

[ath6kl:pending 23/35] drivers/net/wireless/ath/ath10k/hw.c:1029:16: sparse: restricted __le32 degrades to integer

2018-09-04 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending head: e7a96db0fc087f728af01fc0dea2ae4e90055d09 commit: 99df4b90a16df886e27c21a921f9be8abeec8b12 [23/35] ath10k: download firmware via diag Copy Engine for QCA6174 and QCA9377. reproduce: # apt-get install spars

Re: [PATCH v3] ath10k: average ack rssi support for data frames

2018-09-04 Thread Balaji Pothunoori
On 2018-09-04 17:49, Kalle Valo wrote: Balaji Pothunoori writes: Average ack rssi value is weighted average of ack rssi for no of msdu's has been sent. This feature is enabled by the host driver if firmware is capable. After receiving event from host, firmware allocates the necessary memory to

Re: [PATCH v3] ath10k: average ack rssi support for data frames

2018-09-04 Thread Kalle Valo
Balaji Pothunoori writes: > Average ack rssi value is weighted average of ack rssi for > no of msdu's has been sent. > This feature is enabled by the host driver if firmware is capable. > After receiving event from host, firmware allocates the necessary > memory to store the ack_rssi for data pac

[PATCH v3] ath10k: average ack rssi support for data frames

2018-09-04 Thread Balaji Pothunoori
Average ack rssi value is weighted average of ack rssi for no of msdu's has been sent. This feature is enabled by the host driver if firmware is capable. After receiving event from host, firmware allocates the necessary memory to store the ack_rssi for data packets during the init time. After each

Re: [EXTERNAL] Re: [PATCH v3] ath10k: support NET_DETECT WoWLAN feature

2018-09-04 Thread Kalle Valo
Wen Gong writes: >> > +enum wmi_nlo_cipher_algorithm { >> > + WMI_NLO_CIPHER_ALGO_NONE = 0x00, >> > + WMI_NLO_CIPHER_ALGO_WEP40 = 0x01, >> > + WMI_NLO_CIPHER_ALGO_TKIP = 0x02, >> > + WMI_NLO_CIPHER_ALGO_CCMP = 0x04, >> > + WMI_NLO_CIPHER_ALGO_WEP104

RE: [EXTERNAL] Re: [PATCH v3] ath10k: support NET_DETECT WoWLAN feature

2018-09-04 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Kalle Valo > Sent: Tuesday, September 4, 2018 5:15 PM > To: Wen Gong > Cc: linux-wirel...@vger.kernel.org; ath10k@lists.infradead.org > Subject: [EXTERNAL] Re: [PATCH v3] ath10k: support NET_DETECT WoWLAN > feature > > Wen Gong writes:

Re: [PATCH v3] ath10k: support NET_DETECT WoWLAN feature

2018-09-04 Thread Kalle Valo
Wen Gong writes: > For WoWLAN support, it expect to support wake up based on discovery of > one or more known SSIDs. This is the WIPHY_WOWLAN_NET_DETECT feature, > which shows up as an NL80211 feature flag. > > With an upgrade iw, this shows up in 'iw phy' as: > WoWLAN support: > * wake up on net

Re: [PATCH 4/4] ath10k: add debugfs support to dump per sta tx stats

2018-09-04 Thread Anilkumar Kolli
On 2018-08-28 19:06, Kalle Valo wrote: Anilkumar Kolli wrote: This patch adds 'tx_stats' in per station debugfs entry. Use this command to dump tx_stats: cat /sys/kernel/debug/ieee80211/phy0/netdev\:wlan0/ stations//tx_stats Signed-off-by: Anilkumar Kolli Signed-off-by: Kalle Valo kb