From patchwork Tue Nov 30 17:50:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Praneesh P X-Patchwork-Id: 518847 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98C5DC4332F for ; Tue, 30 Nov 2021 17:51:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245168AbhK3Ryp (ORCPT ); Tue, 30 Nov 2021 12:54:45 -0500 Received: from alexa-out.qualcomm.com ([129.46.98.28]:27973 "EHLO alexa-out.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245201AbhK3Rye (ORCPT ); Tue, 30 Nov 2021 12:54:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1638294675; x=1669830675; h=from:to:cc:subject:date:message-id:mime-version; bh=2IKdhhCjaL2qt7idoUOQkSwxJJjrvzuuIwI6+Uzmgfg=; b=rHKSAsqSeN4uyWDfRp6Rq6qpUP8KxmG7GDaDaxZMVO+D7fayY3vIPHZU JTjqm0L3faeT0y70Lkv/055oTBNthvu+S8NekVgfZthTIJIoli07e74x/ OhSxmVq/XeVMae4j8816KEI9Baq1mpqoveeG3YZKGnp9aATR7bLWy55Fp I=; Received: from ironmsg09-lv.qualcomm.com ([10.47.202.153]) by alexa-out.qualcomm.com with ESMTP; 30 Nov 2021 09:51:13 -0800 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg09-lv.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2021 09:51:13 -0800 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Tue, 30 Nov 2021 09:51:12 -0800 Received: from ppranees-linux.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Tue, 30 Nov 2021 09:51:10 -0800 From: P Praneesh To: , CC: , P Praneesh Subject: [PATCH 0/2] mac80211/ath11k: add FEC type in radiotap header Date: Tue, 30 Nov 2021 23:20:46 +0530 Message-ID: <1638294648-844-1-git-send-email-quic_ppranees@quicinc.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org This patch series adds LDPC FEC type in 802.11 radiotap header in the captured packets. P Praneesh (2): mac80211: fix FEC flag in radio tap header ath11k: add LDPC FEC type in 802.11 radiotap header drivers/net/wireless/ath/ath11k/dp_rx.c | 12 +++++++++++- drivers/net/wireless/ath/ath11k/hw.c | 16 ++++++++++++++++ drivers/net/wireless/ath/ath11k/hw.h | 1 + net/mac80211/rx.c | 7 ++++++- 4 files changed, 34 insertions(+), 2 deletions(-)