Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp6512034ybv; Wed, 12 Feb 2020 13:50:07 -0800 (PST) X-Google-Smtp-Source: APXvYqxVSlBhzCRAtY3piCjds3E+FXZ4np2M+KYuF12Y2BgIwZPQlGhqzwZ5ga0xQTYyYwb69Uky X-Received: by 2002:aca:889:: with SMTP id 131mr797505oii.3.1581544206845; Wed, 12 Feb 2020 13:50:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581544206; cv=none; d=google.com; s=arc-20160816; b=t92QlNg/tYT9F0TLK8lXXbhpScW2fX7fwprRu/VsZxKoVa1WknJ4AgwTbv4A+r8Av5 3wRP44K1gwvDtet4W6BsISRPlXKzFG+Rdrci06KxTlOKDdLAuljxT2rjdL96VegVTBoj duF1Co8r/tzBn+BVggVKNh0cc9UQ6wNbOZsgh98XGDvOc5eY1hR045836BCODtLv+3h0 dZ5NsBBzfAY5ceC3xW7W3C7Dwq6roIxRwWlStT+GZ3KcRnWy+I3qaWDXGBoXkF6HIGJe fhXeoUNr7mz6yl+HIETIU4y6wWH2my5U+UorpfZBn9Tuw+HzWk771E1VWQZ1EIcIw3/K mhCg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=0x5+/2OUNLpeEDrfUe1TwDIMfA/+uZ1q0lqrs6Gbj3o=; b=t8vpdb4t0JLHHg+6GgkWZ+/TY+smZnwLnzzTs518+z6wW0Gj0H7jAYE1qg513kSZMP fpF1DkiDyZox8rZ3xXPifKcMmznWJfLM1Q1IlyNoyQ/kRzjVcIVfb4fFa5aKEAMhoZhB ZOhA2dL3fvA/k5Rf7SUFRzV0ZH/5+mmVZqjQdDdXIIabWG0KHw0wNz5NTQrdJ0SooAkU 1rCPkysFpEtKzZ837W4+58OZgWEdqZ6dx3vXW4nua4P54oAGgjFNsg0XenrGIXcoCJAu L3YV7ZMSCBwF05QRrqElgpqszmfOzky5195GDE0XIekcRgtjVWz6+FHKM6gmRYH1nT3R X5JA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Gg1bAJND; 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 z26si177463oid.247.2020.02.12.13.49.42; Wed, 12 Feb 2020 13:50:06 -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; dkim=pass header.i=@kernel.org header.s=default header.b=Gg1bAJND; 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 S1729133AbgBLVrl (ORCPT + 99 others); Wed, 12 Feb 2020 16:47:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:39272 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728185AbgBLVrl (ORCPT ); Wed, 12 Feb 2020 16:47:41 -0500 Received: from localhost (unknown [104.132.1.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 19419206DB; Wed, 12 Feb 2020 21:47:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581544061; bh=U+75VKG1F9uSU9/QVvPlQjg1qzwwnHnB0pRtKFe1f7w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Gg1bAJNDjOgkQdAe2MHPqU/i05ZV+0O9nbrpooPqhnPhDAhPWJzOd1Y6xIWTX1g/P qNVcYkKki3VMz6Umee7xkvJ9XqcqMqYukmvuwzlC7nb45Re8fT3TJiup0tEyQnKHqr EzUNkRAiRRUPmsJWl6cdSLFEqF+DT97btLknT58o= Date: Wed, 12 Feb 2020 13:47:40 -0800 From: Greg KH To: Ajay.Kathat@microchip.com Cc: linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, johannes@sipsolutions.net, Adham.Abozaeid@microchip.com Subject: Re: [PATCH] staging: wilc1000: refactor p2p action frames handling API's Message-ID: <20200212214740.GA2312757@kroah.com> References: <20200212154503.8835-1-ajay.kathat@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200212154503.8835-1-ajay.kathat@microchip.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, Feb 12, 2020 at 10:14:15AM +0000, Ajay.Kathat@microchip.com wrote: > From: Ajay Singh > > Refactor handling of P2P specific action frames. Make use of 'struct' to > handle the P2P frames instead of manipulating?using 'buf' pointer. > > Signed-off-by: Ajay Singh > --- > [resending this patch as it failed to apply earlier] I had to export this and apply it by hand as the base64 stuff here really confused git :( odd... greg k-h