]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined
authorJim Lin <jilin@nvidia.com>
Tue, 13 Aug 2013 11:03:05 +0000 (19:03 +0800)
committerMarek Vasut <marex@denx.de>
Mon, 26 Aug 2013 19:56:35 +0000 (21:56 +0200)
commitb63056d6a40a22f859feeae9329e0e842d57302e
treece47e7eb9b7b091c11107ea666bc36c3da221acf
parent76b6b196148dbd7201b297e73e4311a2ea3f16a9
NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined

This flag is to make console aware that NET transfer is running or not.

Signed-off-by: Jim Lin <jilin@nvidia.com>
net/net.c