hv_netvsc: Rename ind_table to rx_table
Rename this variable because it is the Receive indirection table. Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
5dc874252f
commit
47371300df
@@ -179,7 +179,7 @@ struct rndis_device {
|
||||
|
||||
u8 hw_mac_adr[ETH_ALEN];
|
||||
u8 rss_key[NETVSC_HASH_KEYLEN];
|
||||
u16 ind_table[ITAB_NUM];
|
||||
u16 rx_table[ITAB_NUM];
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user