linux/drivers/net/ethernet/brocade/bna
Ivan Vecera e2f9ecfcc6 bna: use ether_addr_copy instead of memcpy
Parameters of all ether_addr_copy instances were checked for proper
alignment. Alignment of bnad_bcast_addr is forced to 2 as the implicit
alignment is 1.
I have also renamed address parameter of bnad_set_mac_address() to addr.
The name mac_addr was a little bit confusing as the real parameter is
struct sockaddr *.

v2: added __aligned directive to bnad_bcast_addr, renamed parameter of
    bnad_set_mac_address() (thx joe@perches.com)

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-06-11 15:57:14 -07:00
..
Kconfig bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
Makefile bna: remove obsolete use of EXTRA_CFLAGS 2015-06-10 21:59:02 -07:00
bfa_cee.c bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_cee.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_cs.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_defs.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_defs_cna.h ethernet: codespell comment spelling fixes 2015-03-08 22:54:22 -04:00
bfa_defs_mfg_comm.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_defs_status.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_ioc.c bna: fix soft lock-up during firmware initialization failure 2015-05-30 23:46:49 -07:00
bfa_ioc.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_ioc_ct.c ethernet: codespell comment spelling fixes 2015-03-08 22:54:22 -04:00
bfa_msgq.c bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfa_msgq.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfi.h ethernet: codespell comment spelling fixes 2015-03-08 22:54:22 -04:00
bfi_cna.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfi_enet.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bfi_reg.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bna.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bna_enet.c bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bna_hw_defs.h ethernet: codespell comment spelling fixes 2015-03-08 22:54:22 -04:00
bna_tx_rx.c bna: use ether_addr_copy instead of memcpy 2015-06-11 15:57:14 -07:00
bna_types.h bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bnad.c bna: use ether_addr_copy instead of memcpy 2015-06-11 15:57:14 -07:00
bnad.h bna: Update the Driver and Firmware Version 2015-02-21 22:05:23 -05:00
bnad_debugfs.c bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
bnad_ethtool.c bna: QLogic BR-series Adapters Driver Rebranding 2015-02-21 22:05:22 -05:00
cna.h bna: Update the Driver and Firmware Version 2015-02-21 22:05:23 -05:00
cna_fwimg.c bna: fix firmware loading on big-endian machines 2015-05-30 23:46:30 -07:00