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_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 BD9AFC32788 for ; Thu, 11 Oct 2018 07:15:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7C04E20658 for ; Thu, 11 Oct 2018 07:15:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7C04E20658 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sipsolutions.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727392AbeJKOl2 (ORCPT ); Thu, 11 Oct 2018 10:41:28 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:53956 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726008AbeJKOl2 (ORCPT ); Thu, 11 Oct 2018 10:41:28 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1gAVBx-0004iF-J9; Thu, 11 Oct 2018 09:15:29 +0200 Message-ID: <1539242115.3687.192.camel@sipsolutions.net> Subject: Re: [PATCH 14/19] wilc: add linux_mon.c From: Johannes Berg To: Ajay Singh , linux-wireless@vger.kernel.org Cc: kvalo@codeaurora.org, gregkh@linuxfoundation.org, ganesh.krishna@microchip.com, aditya.shankar@microchip.com, venkateswara.kaja@microchip.com, claudiu.beznea@microchip.com, adham.abozaeid@microchip.com Date: Thu, 11 Oct 2018 09:15:15 +0200 In-Reply-To: <69cff0d4-735a-853d-5dd5-b3673c806a85@microchip.com> References: <1537957525-11467-1-git-send-email-ajay.kathat@microchip.com> <1537957525-11467-15-git-send-email-ajay.kathat@microchip.com> <1539009873.3687.79.camel@sipsolutions.net> <69cff0d4-735a-853d-5dd5-b3673c806a85@microchip.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 (3.26.6-1.fc27) 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 Thu, 2018-10-11 at 12:42 +0530, Ajay Singh wrote: > > I'm > > just doing a drive-by review for the stack integration aspects (and > > haven't even found where that happens yet). [...] > Currently, I am not clear about which stack integration part is missing > . Can you please provide some more details about it. No, I'm just saying that *I* was looking for how you integrate with the stack (cfg80211), and not so much trying to review everything else. johannes