Re: [RFC 2/2] ath10k: Add QCA vendor command/attr support to filterneighbor BSS frames

2018-11-19 Thread Karthikeyan Periyasamy
On 2018-10-18 13:59, Johannes Berg wrote: So I'm not sure what to do with this. A bpf type of filtering system in mac80211 would be nice Yes, I think we really need to start implementing that sooner rather than later. I had something, must see if I can find time for it. but then again we ca

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread David Lang
On Mon, 19 Nov 2018, Dave Taht wrote: I'm not sure if this was a fluke or not, but at Starbucks recently I sat outside, right next to their window, and could not scan their AP at all. Previously, I sat inside, 3 feet away through the glass, and got great signal. I wonder what that was all a

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread Dave Taht
On Mon, Nov 19, 2018 at 4:52 PM Simon Barber wrote: > > Low-e glass, it’s a thin metallic film used to reflect infra-red to keep heat > in or out. Totally blocks/reflects RF. Very cool. I imagine it's hell on cell too? I can see this stuff becoming very popular in places where keeping the good

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread Dave Taht
On Mon, Nov 19, 2018 at 4:20 PM Ben Greear wrote: > > On 11/19/2018 04:13 PM, Dave Taht wrote: > > On Mon, Nov 19, 2018 at 3:56 PM Ben Greear wrote: > >> > >> On 11/19/2018 03:47 PM, Dave Taht wrote: > >>> On Mon, Nov 19, 2018 at 3:30 PM Simon Barber wrote: > > > > On Nov 19,

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread Ben Greear
On 11/19/2018 04:13 PM, Dave Taht wrote: On Mon, Nov 19, 2018 at 3:56 PM Ben Greear wrote: On 11/19/2018 03:47 PM, Dave Taht wrote: On Mon, Nov 19, 2018 at 3:30 PM Simon Barber wrote: On Nov 19, 2018, at 2:44 PM, Toke Høiland-Jørgensen wrote: Dave Taht writes: Toke Høiland-Jørgensen

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread Dave Taht
On Mon, Nov 19, 2018 at 3:56 PM Ben Greear wrote: > > On 11/19/2018 03:47 PM, Dave Taht wrote: > > On Mon, Nov 19, 2018 at 3:30 PM Simon Barber wrote: > >> > >> > >> > >> On Nov 19, 2018, at 2:44 PM, Toke Høiland-Jørgensen wrote: > >> > >> Dave Taht writes: > >> > >> Toke Høiland-Jørgensen wri

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread Ben Greear
On 11/19/2018 03:47 PM, Dave Taht wrote: On Mon, Nov 19, 2018 at 3:30 PM Simon Barber wrote: On Nov 19, 2018, at 2:44 PM, Toke Høiland-Jørgensen wrote: Dave Taht writes: Toke Høiland-Jørgensen writes: Felix Fietkau writes: On 2018-11-14 18:40, Toke Høiland-Jørgensen wrote: This part

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread Dave Taht
On Mon, Nov 19, 2018 at 3:30 PM Simon Barber wrote: > > > > On Nov 19, 2018, at 2:44 PM, Toke Høiland-Jørgensen wrote: > > Dave Taht writes: > > Toke Høiland-Jørgensen writes: > > Felix Fietkau writes: > > On 2018-11-14 18:40, Toke Høiland-Jørgensen wrote: > > This part doesn't really make muc

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread Dave Taht
Toke Høiland-Jørgensen writes: > Dave Taht writes: > >> Toke Høiland-Jørgensen writes: >> >>> Felix Fietkau writes: >>> On 2018-11-14 18:40, Toke Høiland-Jørgensen wrote: >> This part doesn't really make much sense to me, but maybe I'm >> misunderstanding how the code works. >

Re: [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread Toke Høiland-Jørgensen
Hi Felix Thinking a bit more about this, I think that rather than having the driver work around the API as in your example... > do { > struct ieee80211_txq *pending_txq[4]; > int n_pending_txq = 0; > int i; > > if (hwq->pending < 4) > break;p > > nframe

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread Toke Høiland-Jørgensen
Dave Taht writes: > Toke Høiland-Jørgensen writes: > >> Felix Fietkau writes: >> >>> On 2018-11-14 18:40, Toke Høiland-Jørgensen wrote: > This part doesn't really make much sense to me, but maybe I'm > misunderstanding how the code works. > Let's assume we have a driver like ath9k o

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-19 Thread Dave Taht
Toke Høiland-Jørgensen writes: > Felix Fietkau writes: > >> On 2018-11-14 18:40, Toke Høiland-Jørgensen wrote: This part doesn't really make much sense to me, but maybe I'm misunderstanding how the code works. Let's assume we have a driver like ath9k or mt76, which tries to keep a

[PATCH] ath10k: update HOST capability qmi message

2018-11-19 Thread Govind Singh
HOST capability interface data structures are updated in HL3.1 fw version. Update the qmi host capability members for compatibility across different firmware versions. With this change HL2.0 fw upgrade is required as this change breaks the backward compatibility with HL2.0 fw. Testing: Tes

[PATCH] ath10k: Remove work in progress logs from snoc driver

2018-11-19 Thread Govind Singh
All the necessary patches to make wifi running (over SNOC) are merged and tested on SDM845/QCS404 platform with WCN3990 wifi module, hence remove work in progress debug from snoc driver and Kconfig. Signed-off-by: Govind Singh --- drivers/net/wireless/ath/ath10k/Kconfig | 3 +-- drivers/net/wire