Re: [U-Boot] [PATCH v3 2/5] TFTP: rename STATE_RRQ to STATE_SEND_RRQ

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305626621-15008-3-git-send-email-luca.ceres...@comelit.it> you wrote: > With the upcoming TFTP server implementation, requests can be either > outgoing or incoming, so avoid ambiguities. > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk > > --- > Changes in

Re: [U-Boot] [PATCH v3 2/5] TFTP: rename STATE_RRQ to STATE_SEND_RRQ

2011-05-19 Thread Detlev Zundel
Luca Ceresoli writes: > With the upcoming TFTP server implementation, requests can be either > outgoing or incoming, so avoid ambiguities. > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk Acked-by: Detlev Zundel Cheers Detlev -- More than any other time in history, mankind faces a cr

[U-Boot] [PATCH v3 2/5] TFTP: rename STATE_RRQ to STATE_SEND_RRQ

2011-05-17 Thread Luca Ceresoli
With the upcoming TFTP server implementation, requests can be either outgoing or incoming, so avoid ambiguities. Signed-off-by: Luca Ceresoli Cc: Wolfgang Denk --- Changes in v2: none. Changes in v3: - rebased on top of the net/tftp.c cleanup. net/tftp.c | 12 ++-- 1 files changed