ath10k-firmware: QCA9888 hw2.0: Add BDF for Linksys EA8300 [2/2]

2019-05-17 Thread Jeff Kletsky
Support for the Linksys EA8300 under OpenWrt is undergoing final review. This is a QCA4019-based device with a PCI-attached QCA9888 supplying a third radio on 5 GHz. The OEM's firmware and source suggest that this device is "based on Qualcomm AP DK07.1-c1" Linksys ships four market-specific varia

ath10k-firmware: IPQ4019 hw1.0: Add BDF for Linksys EA8300 [1/2]

2019-05-17 Thread Jeff Kletsky
Support for the Linksys EA8300 under OpenWrt is undergoing final review. This is a QCA4019-based device with a PCI-attached QCA9888 supplying a third radio on 5 GHz. The OEM's firmware and source suggest that this device is "based on Qualcomm AP DK07.1-c1" Linksys ships four market-specific varia

Re: Problem with 9984 in routed mode with 512b frames.

2019-05-17 Thread Adrian Chadd
On Fri, 17 May 2019 at 09:00, Ben Greear wrote: > > On 5/17/19 8:47 AM, Adrian Chadd wrote: > > On Fri, 17 May 2019 at 08:06, Sebastian Gottschall > > wrote: > > > > > >> personally i think going back to basic rates like 2 mbit makes no sense > >> anyway. its that dead slow that a connection must

Re: Problem with 9984 in routed mode with 512b frames.

2019-05-17 Thread Ben Greear
On 5/17/19 8:47 AM, Adrian Chadd wrote: On Fri, 17 May 2019 at 08:06, Sebastian Gottschall wrote: personally i think going back to basic rates like 2 mbit makes no sense anyway. its that dead slow that a connection must break and has to be broken if this doesnt work. still a shame that beacon

Re: Problem with 9984 in routed mode with 512b frames.

2019-05-17 Thread Adrian Chadd
On Fri, 17 May 2019 at 08:06, Sebastian Gottschall wrote: > personally i think going back to basic rates like 2 mbit makes no sense > anyway. its that dead slow that a connection must break and has to be > broken if this doesnt work. > still a shame that beacons are still transmitted in this way

Re: Problem with 9984 in routed mode with 512b frames.

2019-05-17 Thread Sebastian Gottschall
Am 17.05.2019 um 13:48 schrieb Ben Greear: On 05/16/2019 09:21 PM, Sebastian Gottschall wrote: Am 16.05.2019 um 21:40 schrieb Ben Greear: On 5/15/19 6:00 AM, Ben Greear wrote: On 5/15/19 5:26 AM, Sebastian Gottschall wrote: Am 15.05.2019 um 14:20 schrieb Ben Greear: On 05/14/2019 09:26

Re: Problem with 9984 in routed mode with 512b frames.

2019-05-17 Thread Ben Greear
On 05/16/2019 09:21 PM, Sebastian Gottschall wrote: Am 16.05.2019 um 21:40 schrieb Ben Greear: On 5/15/19 6:00 AM, Ben Greear wrote: On 5/15/19 5:26 AM, Sebastian Gottschall wrote: Am 15.05.2019 um 14:20 schrieb Ben Greear: On 05/14/2019 09:26 PM, Sebastian Gottschall wrote: can you sen

[PATCH 2/2] ath10k: correct wmi_tlv command params to enable pktlog for WCN3990

2019-05-17 Thread Abhishek Ambure
PKT log enable command expects pdev id in enable params which is missing in current configuration. Fill pdev id in pkt log enable wmi command for correct configuration. Fixes: ca996ec56608 ("ath10k: implement wmi-tlv backend") Tested HW: WCN3990 Tested FW: WLAN.HL.3.1-00963-QCAHLSWMTPL-1 Signed-o

[PATCH 0/2] correction in pktlog service connect and pktlog enable command

2019-05-17 Thread Abhishek Ambure
WCN3990 firmware supports htc pktlog service through which host driver gets pktlog information. Pktlog service should be connected before htc start command, hence pktlog connect is moved before htc start. WCN3990 firwmare expects pdev_id along with filter and reserved params to enable pktlog htc

[PATCH 1/2] ath10k: move pktlog connect service before htc start

2019-05-17 Thread Abhishek Ambure
WCN3990 supports HTC service for pktlog. PKTLOG service should be connected before HTC start. Hence move connect pktlog service before HTC start Fixes: 713358c321f4 ("ath10k: enable pktlog for WCN3990 target") Tested HW: WCN3990 Tested FW: WLAN.HL.3.1-00963-QCAHLSWMTPL-1 Signed-off-by: Abhishek A