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=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 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 489AAC4321A for ; Fri, 28 Jun 2019 14:02:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 16CBE2083B for ; Fri, 28 Jun 2019 14:02:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726719AbfF1OCR (ORCPT ); Fri, 28 Jun 2019 10:02:17 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:51488 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726616AbfF1OCR (ORCPT ); Fri, 28 Jun 2019 10:02:17 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hgrSA-0002wn-Ct; Fri, 28 Jun 2019 16:02:14 +0200 Message-ID: Subject: Re: [PATCH v3] {nl,mac}80211: allow 4addr AP operation on crypto controlled devices From: Johannes Berg To: Tom Psyborg , Stefan Lippers-Hollmann Cc: Manikanta Pubbisetty , linux-wireless@vger.kernel.org Date: Fri, 28 Jun 2019 16:02:12 +0200 In-Reply-To: (sfid-20190617_133220_109254_0361D103) References: <1557307533-5795-1-git-send-email-mpubbise@codeaurora.org> <20190617070747.562b9388@mir> <20190617093658.46591254@mir> (sfid-20190617_133220_109254_0361D103) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 (3.28.5-3.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 Hi Tom, > Checked out r10011 from openwrt git on May, 15; built images and > flashed devices; tried to set up WDS (AP) + WDS (Client); got this in > logs: https://forum.openwrt.org/t/ath10k-wds-support-missing/30346/15?u=psyborg I'm not sure ... this is saying -ENOENT?? > Saw this patch in my inbox and checked openwrt sources, to find out > there was v1 used: > https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/kernel/mac80211/patches/subsys/390-nl-mac-80211-allow-4addr-AP-operation-on-crypto-cont.patch > > Reverted v1 of the patch and patched manually to v3 (double checked), > did not help. > > Found patch that fixes problem and applied; > https://github.com/openwrt/openwrt/pull/2048 I don't see how that's related. > Now I got this in logs: > https://forum.openwrt.org/t/wds-client-wont-stay-connected-prev-auth-not-valid-using-recent-snapshot-builds/38194/20?u=psyborg Again, I don't see how that's related. This is telling you something about keys etc. All this stuff about openwrt etc. is very confusing. Can you at least collect some tracing (trace-cmd) to show what's going on? johannes