mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 02:05:33 +00:00
Staging: hv: netvsc_drv: Add ring_size element to struct netvsc_device_info
Add ring_size element to struct netvsc_device_info. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8afe583d21
commit
78001df39c
@ -100,6 +100,7 @@ struct netvsc_driver *drv_to_netvscdrv(struct device_driver *d)
|
|||||||
struct netvsc_device_info {
|
struct netvsc_device_info {
|
||||||
unsigned char mac_adr[6];
|
unsigned char mac_adr[6];
|
||||||
bool link_state; /* 0 - link up, 1 - link down */
|
bool link_state; /* 0 - link up, 1 - link down */
|
||||||
|
int ring_size;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Interface */
|
/* Interface */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user