OSDN Git Service

staging: vt6655: remove duplicate MACvSetPacketFilter
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 29 Nov 2014 00:01:58 +0000 (00:01 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2014 00:35:10 +0000 (16:35 -0800)
commitda4f18ed3b4bf9ff204391a7895b26095426ddd1
tree4ff9af89bdf07e00fa9167765b66214c33ba946d
parent6d8b588c32243a3b6dc63b0153a30f7c17bb2689
staging: vt6655: remove duplicate MACvSetPacketFilter

Packet filtering is already done in vnt_configure.

A call to MACvSetPacketFilter is not necessary in MACvInitialize as
this will be done by vnt_configure when interface is up.

Also remove macros associated with this function.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/mac.c
drivers/staging/vt6655/mac.h