aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net_utils.c
diff options
context:
space:
mode:
authorPeter Pan(潘卫平) <[email protected]>2014-06-16 13:57:22 +0000
committerDavid S. Miller <[email protected]>2014-06-17 22:30:54 +0000
commitd215d10f2d6bd41ce9d11a2707568bbb50d2c32e (patch)
treead419008829a94d61f01c8a2e83d567a238ad02e /lib/net_utils.c
parentmrf24j40: separate h/w init and add checkings (diff)
downloadkernel-d215d10f2d6bd41ce9d11a2707568bbb50d2c32e.tar.gz
kernel-d215d10f2d6bd41ce9d11a2707568bbb50d2c32e.zip
net: delete duplicate dev_set_rx_mode() call
In __dev_open(), it already calls dev_set_rx_mode(). and dev_set_rx_mode() has no effect for a net device which does not have IFF_UP flag set. So the call of dev_set_rx_mode() is duplicate in __dev_change_flags(). Signed-off-by: Weiping Pan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/net_utils.c')
0 files changed, 0 insertions, 0 deletions