[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y2qT0zSlhtQrYwl+@qemulion>
Date: Tue, 8 Nov 2022 23:07:23 +0530
From: Deepak R Varma <drv@...lo.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: staging/wlan-ng query: convert to flexible array member
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@...ulion:~/git/kernels/staging$
> > </snip>
> >
>
> 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???
<snip>
static struct usb_driver prism2_usb_driver = {
- .name = "prism2_usb",
+ .name = "prism2_usb_dvk",
.probe = prism2sta_probe_usb,
.disconnect = prism2sta_disconnect_usb,
.id_table = usb_prism_tbl,
drv@...ulion:~/git/kernels/staging$ sudo dmesg
[ 948.476144] prism2_usb: module is from the staging directory, the quality is unknown, you have been warned.
[ 948.478631] usbcore: registered new interface driver prism2_usb_dvk
</snip>
Thank you,
./drv
>
Powered by blists - more mailing lists