staging: ks7010: add enum multicast_filter_type
authorTobin C. Harding <me@tobin.cc>
Thu, 27 Apr 2017 01:25:26 +0000 (11:25 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 09:47:26 +0000 (11:47 +0200)
commitf730fb19dd5fca3ccf1af9e80e4455c76bf46f28
tree70b6b445ddd1533f7e95a708bfedde8b7286f85a
parent72f78682da2af5fa57f89f39d4c789123288274d
staging: ks7010: add enum multicast_filter_type

Driver uses preprocessor directives to define multicast filter
constants. These can be defined using an enumeration type. Doing so
adds to the readability and gives the assists the compiler.

Add enumeration type multicast_filter_type to replace preprocessor
defined constants.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.h