module_param(ring_size, int, S_IRUGO);
MODULE_PARM_DESC(ring_size, "Ring buffer size (# of pages)");
-/* The one and only one */
-static struct netvsc_driver netvsc_drv;
-
/* no-op so the netdev core doesn't return -EINVAL when modifying the the
* multicast address list in SIOCADDMULTI. hv is setup to get all multicast
* when it calls RndisFilterOnOpen() */
return 1;
}
+/* The one and only one */
+static struct netvsc_driver netvsc_drv;
+
static void netvsc_drv_exit(void)
{
struct hv_driver *drv = &netvsc_drv.base;