From mboxrd@z Thu Jan 1 00:00:00 1970 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 EC77FC433FE for ; Tue, 8 Nov 2022 18:39:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231403AbiKHSjA (ORCPT ); Tue, 8 Nov 2022 13:39:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229556AbiKHSi4 (ORCPT ); Tue, 8 Nov 2022 13:38:56 -0500 Received: from msg-1.mailo.com (msg-1.mailo.com [213.182.54.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C15A1C406 for ; Tue, 8 Nov 2022 10:38:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1667932726; bh=TPAj0q+ojgQRR92+IWucBz3U88D6H7YDwaMa5MVeU64=; h=X-EA-Auth:Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=Sg7aODFKmyNFHj/x85Of7QDEmx2jDFt7Djw/z3Gy3nHtF/Uza06H+5DJSPSvpHfFX 60XjlbxgYHMDNNioCEcvrQ5HJWb6yJnAgWPb6XyqDy+S3NgPZv9HnONpfhnZiOKAMD iFazhp7sssZ1NYEFsxjNYG4O6Y1xR12cuIzg2vqk= Received: by b-3.in.mailobj.net [192.168.90.13] with ESMTP via ip-206.mailobj.net [213.182.55.206] Tue, 8 Nov 2022 19:38:46 +0100 (CET) X-EA-Auth: TZqfKQaxwqdVg2PYONWFARJueSPXgTQI1O0AWkSXOUQBZS2NqQ3vrLk4zMjWIK50AYtvfRt0sl+aZ1G3aSxj1/mIPTVcU/xg Date: Wed, 9 Nov 2022 00:08:41 +0530 From: Deepak R Varma To: Greg Kroah-Hartman Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: staging/wlan-ng query: convert to flexible array member Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 08, 2022 at 07:32:19PM +0100, Greg Kroah-Hartman wrote: > On Tue, Nov 08, 2022 at 11:07:23PM +0530, Deepak R Varma wrote: > > On Tue, Nov 08, 2022 at 04:52:44PM +0100, Greg Kroah-Hartman wrote: > > > On Tue, Nov 08, 2022 at 09:15:10PM +0530, Deepak R Varma wrote: > > > > On Tue, Nov 08, 2022 at 04:34:15PM +0100, Greg Kroah-Hartman wrote: > > > > MODPOST drivers/staging/wlan-ng/Module.symvers > > > > LD [M] drivers/staging/wlan-ng/prism2_usb.ko > > > > BTF [M] drivers/staging/wlan-ng/prism2_usb.ko > > > > drv@qemulion:~/git/kernels/staging$ > > > > > > > > > > > > > > Test the device to make sure it still works? > > > > I was able to build and load the driver on my machine. I do not have p54 device > > to test. Is there another way to test it? Some sort of a udev program??? > > You need the real hardware to test it properly. Do you know if I work with someone to test the change locally rather than sending in a untested change? Thank you, ./drv >