|
@@ -1110,7 +1110,7 @@ static void netvsc_send_table(struct hv_device *hdev,
|
|
|
nvmsg->msg.v5_msg.send_table.offset);
|
|
nvmsg->msg.v5_msg.send_table.offset);
|
|
|
|
|
|
|
|
for (i = 0; i < count; i++)
|
|
for (i = 0; i < count; i++)
|
|
|
- net_device_ctx->tx_send_table[i] = tab[i];
|
|
|
|
|
|
|
+ net_device_ctx->tx_table[i] = tab[i];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static void netvsc_send_vf(struct net_device_context *net_device_ctx,
|
|
static void netvsc_send_vf(struct net_device_context *net_device_ctx,
|