mirror of https://gitee.com/openkylin/linux.git
staging: vt6655: remove unused multicast_limit.
multicast_limit is assigned a vale that is never used. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
319755a722
commit
73eb8a1127
|
@ -256,7 +256,6 @@ struct vnt_private {
|
|||
|
||||
u32 rx_buf_sz;
|
||||
u8 rx_rate;
|
||||
int multicast_limit;
|
||||
|
||||
u32 rx_bytes;
|
||||
|
||||
|
|
|
@ -442,7 +442,6 @@ static void vt6655_init_info(struct pci_dev *pcid,
|
|||
memset(*ppDevice, 0, sizeof(**ppDevice));
|
||||
|
||||
(*ppDevice)->pcid = pcid;
|
||||
(*ppDevice)->multicast_limit = 32;
|
||||
|
||||
spin_lock_init(&((*ppDevice)->lock));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue