Home
last modified time | relevance | path

Searched hist:"876 d4515e38dfcec4346968caf6a0c9c8176ea0b" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dtsec.c876d4515e38dfcec4346968caf6a0c9c8176ea0b Mon Sep 30 09:44:40 UTC 2013 Claudiu Manoil <claudiu.manoil@freescale.com> net: tsec: Fix and cleanup tsec_mcast_addr()

There are several implementation issues for tsec_mcast_addr()
addressed by this patch:
* unmanaged, not portable r/w access to registers; fixed with
setbits_be32()/ clrbits_be32()
* use of volatile pointers
* unnecessary forced cast to u8 for the ether_crc() result
* removed redundant parens
* corrected some comment slips

Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
Patch: 279000