From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95706C43603 for ; Wed, 18 Dec 2019 23:18:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 70EBF2176D for ; Wed, 18 Dec 2019 23:18:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726609AbfLRXSh (ORCPT ); Wed, 18 Dec 2019 18:18:37 -0500 Received: from nbd.name ([46.4.11.11]:47846 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726463AbfLRXSh (ORCPT ); Wed, 18 Dec 2019 18:18:37 -0500 Received: from pd95fd447.dip0.t-ipconnect.de ([217.95.212.71] helo=[192.168.45.104]) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1ihiaQ-0003nv-5u; Thu, 19 Dec 2019 00:18:34 +0100 Subject: Re: [RESEND] ath10k: add tx hw 802.11 encapusaltion offloading support To: Tom Psyborg , Kalle Valo Cc: ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, Vasanthakumar Thiagarajan , Johannes Berg References: <20191216092207.31032-1-john@phrozen.org> <20191217153000.76AB1C4479C@smtp.codeaurora.org> From: John Crispin Message-ID: Date: Thu, 19 Dec 2019 00:18:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 18/12/2019 23:45, Tom Psyborg wrote: > ccing Johannes Berg since upstream change (mac80211-next) breaks build: > > In the commit log its written: remove SUPPORTS_80211_ENCAP HW flag > > Any sane reasons for doing that? mac80211 fails to build because of > removed flags, this is on backports-5.3-rc4 > > Other than that the feature delivers the promised: > QCA9880 iperf between wired and wireless machine > native mode 449Mbps > ethernet mode 522Mbps > superseded due to johill's fixup of the patch, new version coming up John