Commit 2d05b560 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

netvsc: use typed pointer for internal state

The element netvsc_device:extension is always a pointer to RNDIS
information.
Signed-off-by: default avatarStephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 40975962
......@@ -763,8 +763,7 @@ struct netvsc_device {
refcount_t sc_offered;
/* Holds rndis device info */
void *extension;
struct rndis_device *extension;
int ring_size;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment