Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp2416630ybv; Mon, 24 Feb 2020 04:59:00 -0800 (PST) X-Google-Smtp-Source: APXvYqzWhqNltUth+uKegrluhjMfby9qT1vuGq3/Fc0CY2QQswVnRVImhcyA320nfSMuzo0gM7aS X-Received: by 2002:a05:6830:98:: with SMTP id a24mr38052060oto.115.1582549140328; Mon, 24 Feb 2020 04:59:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582549140; cv=none; d=google.com; s=arc-20160816; b=RMi0G+10Cbb5OfCpY6YKip4k/VgdSEAmZzlThBQSRs8ahSvz/j0CKZa8MIwwJp9muS kou/rdpeuf5hvIStdX1oLsHgJiqvZ7VW9idE8QBl/0YKWB0KKgWUHFNq7AAzFe4d64cy qjen0hV4NSqK6pFTUq4UcbODxdrTaxgxlSpJLkLvp/kZTAun7Tx9rbvZ2LVsMryXFa3Y pG0QMwF9iyS/89TVDfp3pDOqtVIEyK5K67bNe6XakyvUlzRSL/4ujoqik5Km5lfXi/Pl umX1GVu9u+06AtrqzJiIxksiAhPeVC1ngVUyrJGrAW7YhCa73SArfS41diSncsp/617E NDPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=0hRk7NOdCSaLhgmmuh4nEJDo4hugHWxsIHM+r0ED43U=; b=GaMKI/ElYBoJCtvRaHd8HTRl3ggxqGsNhHbKXy4LCyYR+TIVNofjC0zZAvv1+A1YQY zVeHnX5GAih3XL2cROvTCx8RoMtE/oXWEHVOUvoO/rIQx1EhC4pK7bIA4hCgXKw6AvEb BjYrkZ2HhZGk9zumHGAXfAbiE9hosaUI2bCjU4fPbPwTD1axmjc9lZ08ry9ehzjoD4xM 4Ux1PrCnnUv7T5/Vf0DhB3KGInnkyKasJhXRwbBRI709sbSO6gCKihklSzIMfWYdHh7Y KS8RuquOQ1eNTguaXzZmwfRbtgzw6z7s2ELxqjZg5KjtYWxWMOlER3mCRQ6b5i/4akOa vJnA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k4si6271991otp.186.2020.02.24.04.58.43; Mon, 24 Feb 2020 04:59:00 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727357AbgBXM6Y (ORCPT + 99 others); Mon, 24 Feb 2020 07:58:24 -0500 Received: from s3.sipsolutions.net ([144.76.43.62]:33668 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726778AbgBXM6Y (ORCPT ); Mon, 24 Feb 2020 07:58:24 -0500 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1j6DJW-006cqu-TT; Mon, 24 Feb 2020 13:58:23 +0100 Message-ID: Subject: Re: [PATCHv10 0/6] cfg80211/mac80211: Add support for TID specific configuration From: Johannes Berg To: Tamizh Chelvam Cc: linux-wireless@vger.kernel.org Date: Mon, 24 Feb 2020 13:58:21 +0100 In-Reply-To: <1579506687-18296-1-git-send-email-tamizhr@codeaurora.org> References: <1579506687-18296-1-git-send-email-tamizhr@codeaurora.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 (3.34.2-1.fc31) 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, I've finally applied most of this. However, I made some significant changes to how the feature is advertised to userspace to simplify the code; I also made some other changes all over, please check the patch I inserted in the middle and the rebase of the others. I also didn't apply the last patch so please respin that with the new code, but I don't like the fact that the driver needs to free the buffer there - please find a different solution for that. johannes