From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail27.static.mailgun.info ([104.130.122.27]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jegBn-0006v0-6t for ath11k@lists.infradead.org; Fri, 29 May 2020 14:40:56 +0000 MIME-Version: 1.0 Date: Fri, 29 May 2020 20:10:38 +0530 From: Sathishkumar Muruganandam Subject: Re: [PATCH 1/2] mac80211: enable TKIP when using encapsulation offloading In-Reply-To: References: <1587720951-9222-1-git-send-email-murugana@codeaurora.org> <1587720951-9222-2-git-send-email-murugana@codeaurora.org> (sfid-20200424_113624_468114_4CC488DE) <7fb606edf1e5c7ab5b1446d637768ee7@codeaurora.org> <4bab3197997bb2dd6555ff920c5dd1cb@codeaurora.org> Message-ID: <92eddf5d153781b2698ad258aac2fbe4@codeaurora.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "ath11k" Errors-To: ath11k-bounces+kvalo=adurom.com@lists.infradead.org To: Johannes Berg Cc: linux-wireless@vger.kernel.org, ath11k@lists.infradead.org On 2020-05-29 18:16, Johannes Berg wrote: > On Fri, 2020-05-29 at 17:59 +0530, Sathishkumar Muruganandam wrote: >> >> Yes, currently only tx encap support is added and rx decap support is >> in >> progress to do TKIP MIC error reporting to userspace via >> cfg80211_michael_mic_failure(). > > Yes, but can you actually call that? It requires a netdev. I don't > think > you can easily get it from the vif? > Yes, that's right. Currently the plan is to add new mac80211 api for rx decap where we can call cfg80211_michael_mic_failure() and not called directly from driver. Whether we can expose netdev to driver for doing such cfg80211 call ? Thanks, Sathishkumar _______________________________________________ ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k