diff options
author | 2014-06-16 21:57:22 +0800 | |
---|---|---|
committer | 2014-06-17 15:30:54 -0700 | |
commit | d215d10f2d6bd41ce9d11a2707568bbb50d2c32e (patch) | |
tree | ad419008829a94d61f01c8a2e83d567a238ad02e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mrf24j40: separate h/w init and add checkings (diff) | |
download | wireguard-linux-d215d10f2d6bd41ce9d11a2707568bbb50d2c32e.tar.xz wireguard-linux-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 <panweiping3@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions