• Alessandro Rubini's avatar
    general: net: rename some fields, fix alignment · 06ef4b9b
    Alessandro Rubini authored
    This changes some things to make code more readable (I really didn't
    know what the tmp_header was: now it is the "received_ptp_header".
    The commit simplifies allocation, because the tx and rx buffers are
    now part of ppi itself.
    
    We now have tx_ptp and tx_frame, both pointing within tx_buffer (and
    the same for rx). The pointers are the protocol side (aligned) and the
    argument passed to send/recv (which may be not be 4-aligned).
    
    At this point nothing changes, i.e. both gnu-linux flavours work and
    bare-i386 is not able to received.
    06ef4b9b
Name
Last commit
Last update
..
Makefile Loading commit data...
arith.c Loading commit data...
bmc.c Loading commit data...
common-fun.c Loading commit data...
common-fun.h Loading commit data...
fsm-table.c Loading commit data...
hooks.c Loading commit data...
msg.c Loading commit data...
open-close.c Loading commit data...
servo.c Loading commit data...
state-disabled.c Loading commit data...
state-faulty.c Loading commit data...
state-initializing.c Loading commit data...
state-listening.c Loading commit data...
state-master.c Loading commit data...
state-passive.c Loading commit data...
state-pre-master.c Loading commit data...
state-slave.c Loading commit data...
state-uncalibrated.c Loading commit data...
timeout.c Loading commit data...