19 Apr, 2015

1 commit

  • Update the naming convention used in the network stack functions and
    variables that Ethernet drivers use to interact with it.

    This cleans up the temporary hacks that were added to this interface
    along with the DM support.

    This patch has a few remaining checkpatch.pl failures that would be out
    of the scope of this patch to fix (drivers that are in gross violation
    of checkpatch.pl).

    Signed-off-by: Joe Hershberger
    Acked-by: Simon Glass

    Joe Hershberger
     

22 May, 2012

1 commit


23 Nov, 2011

1 commit

  • Fix:
    dnet.c: In function 'dnet_send':
    dnet.c:136:9: warning: variable 'len' set but not used
    [-Wunused-but-set-variable]
    dnet.c: In function 'dnet_set_hwaddr':
    dnet.c:209:2: warning: dereferencing type-punned pointer will
    break strict-aliasing rules [-Wstrict-aliasing]
    dnet.c:209:2: warning: dereferencing type-punned pointer will
    break strict-aliasing rules [-Wstrict-aliasing]
    dnet.c:209:2: warning: dereferencing type-punned pointer will
    break strict-aliasing rules [-Wstrict-aliasing]
    dnet.c:209:2: warning: dereferencing type-punned pointer will
    break strict-aliasing rules [-Wstrict-aliasing]

    Signed-off-by: Anatolij Gustschin

    Anatolij Gustschin
     

22 Feb, 2009

1 commit


10 Feb, 2009

1 commit