git://bbs.cooldavid.org
/
jme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
202bd32
)
net: remove use of ndo_set_multicast_list in drivers
author
Jiri Pirko
<jpirko@redhat.com>
Tue, 16 Aug 2011 06:29:01 +0000
(06:29 +0000)
committer
Guo-Fu Tseng
<cooldavid@cooldavid.org>
Wed, 22 Feb 2012 18:17:09 +0000
(
02:17
+0800)
replace it by ndo_set_rx_mode
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
jme.c
patch
|
blob
|
blame
|
history
diff --git
a/jme.c
b/jme.c
index 3ac262f55633387d46947ca2d2c2259e1736867b..a869ee47dde689af20fdf9d68cfe2450ced31934 100644
(file)
--- a/
jme.c
+++ b/
jme.c
@@
-2839,7
+2839,7
@@
static const struct net_device_ops jme_netdev_ops = {
.ndo_do_ioctl = jme_ioctl,
.ndo_start_xmit = jme_start_xmit,
.ndo_set_mac_address = jme_set_macaddr,
- .ndo_set_
multicast_list
= jme_set_multi,
+ .ndo_set_
rx_mode
= jme_set_multi,
.ndo_change_mtu = jme_change_mtu,
.ndo_tx_timeout = jme_tx_timeout,
.ndo_fix_features = jme_fix_features,