commit | 76d94b232940ca91e9b26c590cb7312ab88ff722 | [log] [tgz] |
---|---|---|
author | Tomoya <tomoya-linux@dsn.okisemi.com> | Sun Dec 12 20:24:07 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 13 12:24:18 2010 -0800 |
tree | 05b7db8706741aea22da359ec64e64429142b5a3 | |
parent | 249fab773dd5f689318c969ed649c4db077cdfc3 [diff] |
pch_can: Add flow control processing Currently, there is no flow control processing. Thus, Add flow control processing as when there is no empty of tx buffer, netif_stop_queue is called. When there is empty buffer, netif_wake_queue is called. Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com> Signed-off-by: David S. Miller <davem@davemloft.net>