Re: [PATCH v7 1/3] Documentation: dt: net: add ath9k wireless device binding

2016-10-08 Thread Rob Herring
On Sun, Oct 02, 2016 at 11:47:41PM +0200, Martin Blumenstingl wrote: > Add documentation how devicetree can be used to configure ath9k based > devices. > > Signed-off-by: Martin Blumenstingl > --- > .../devicetree/bindings/net/wireless/qca,ath9k.txt | 30 > ++ > 1 file chang

Re: [PATCH 1/2] ath10k: add per peer htt tx stats support for 10.4

2016-10-08 Thread Yeoh Chun-Yeow
On Fri, Oct 7, 2016 at 10:58 PM, wrote: > From: Anilkumar Kolli > > Per peer tx stats are part of 'HTT_10_4_T2H_MSG_TYPE_PEER_STATS' > event, Firmware sends one HTT event for every four PPDUs. > HTT payload has success pkts/bytes, failed pkts/bytes, retry > pkts/bytes and rate info per ppdu. > P

[PATCH] Report scan_abort as part of iw phy

2016-10-08 Thread Ola Olsson
nl80211: abort_scan has not been reported under the 'Supported commands' category when calling iw phy. Add that. Signed-off-by: Ola Olsson --- net/wireless/nl80211.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c index 95d55d2..0bbce4f 100644

Re: [PATCHv4] mac80211: check A-MSDU inner frame source address on AP interfaces

2016-10-08 Thread michael-dev
Am 06.10.2016 13:36, schrieb Johannes Berg: Could you test my patches in your scenario to see they do what we want? I'll resend as [PATCH] then, and think about applying them and perhaps backporting also. I've tested them by running a new hostapd hwsim test [1] and after applying [2]. I can co