wiznet; continuing work on the wiznet support
authorAlan Cox <alan@linux.intel.com>
Fri, 7 Sep 2018 21:08:55 +0000 (22:08 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 7 Sep 2018 21:08:55 +0000 (22:08 +0100)
commit52116161e2b7702bf808c89ff5e37c9707cebdcd
treee521f20e5773a18d6090dc0e175b258a207d0ab3
parentf8122448c7627a442e9c5b2c8dbfb7b68fd88d95
wiznet; continuing work on the wiznet support

Client should now be fine, server we have to fix the logic to do listen and
accept and it's a bit tricky because the wiznet wants to turn the listening
socket into the connection which BSD sockets doesn't!
Kernel/dev/net/net_w5100.c [moved from Kernel/dev/net/net_wiznet.c with 67% similarity]
Kernel/dev/net/net_w5100.h [new file with mode: 0644]
Kernel/dev/net/net_wiznet.h [deleted file]
Kernel/platform-sbcv2/wiznet.c [new file with mode: 0644]