1
0
Fork 0
alistair23-linux/drivers/net/ethernet/qlogic
Shyam Saini 0ee28e3155 qed: Replace memset with eth_zero_addr
Use eth_zero_addr to assign zero address to the given address array
instead of memset when the second argument in memset is address
of zero. Also, it makes the code clearer

Signed-off-by: Shyam Saini <mayhs11saini@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-17 15:24:47 -05:00
..
netxen net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
qed qed: Replace memset with eth_zero_addr 2017-01-17 15:24:47 -05:00
qede net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
qlcnic ethernet/qlogic: use core min/max MTU checking 2016-10-18 11:34:19 -04:00
qlge ethernet: use net core MTU range checking in more drivers 2016-10-20 14:51:08 -04:00
Kconfig qed: Add support for hardware offloaded iSCSI. 2016-12-02 12:44:37 -05:00
Makefile qede: Add basic Network driver 2015-10-27 19:34:47 -07:00
qla3xxx.c net: deprecate eth_change_mtu, remove usage 2016-10-13 09:36:57 -04:00
qla3xxx.h