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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 DE60BC31E4E for ; Fri, 14 Jun 2019 20:37:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BFFAC2184B for ; Fri, 14 Jun 2019 20:37:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727153AbfFNUhS (ORCPT ); Fri, 14 Jun 2019 16:37:18 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:52218 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727032AbfFNUhR (ORCPT ); Fri, 14 Jun 2019 16:37:17 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hbswk-00037X-P9; Fri, 14 Jun 2019 22:37:14 +0200 Message-ID: <5706f50a755ba082580483e1971ece33c42fa4da.camel@sipsolutions.net> Subject: Re: [PATCH v3] {nl,mac}80211: allow 4addr AP operation on crypto controlled devices From: Johannes Berg To: Tom Psyborg Cc: Manikanta Pubbisetty , linux-wireless@vger.kernel.org Date: Fri, 14 Jun 2019 22:37:11 +0200 In-Reply-To: (sfid-20190614_222710_879124_F0A98FD0) References: <1557307533-5795-1-git-send-email-mpubbise@codeaurora.org> <309ba2702f6b553a3dd08262efe34c4cecc4e445.camel@sipsolutions.net> (sfid-20190614_222710_879124_F0A98FD0) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 (3.28.5-2.fc28) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, 2019-06-14 at 22:27 +0200, Tom Psyborg wrote: > > If you don't want to read posts but only topic title, in short, no > data pass thorugh with v2/v3 of this patch. Only v1 works. I can read what you're saying, but I cannot understand it. This patch doesn't modify any TX/RX path in any way. It only affects whether you can or can not create certain interfaces. johannes