commit | b765e84f96f728e8e178348fc102f126c1736193 | [log] [tgz] |
---|---|---|
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | Tue Mar 08 22:44:07 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 09 11:59:30 2011 -0800 |
tree | 2343dc694989604ea873923936cace52e5157040 | |
parent | c69d4407d8884e8a127f95d07b1896443f3716ff [diff] |
Phonet: return an error when packet TX fails Phonet assumes that packets are never dropped. We try our best to avoid this situation. But lets return ENOBUFS if queueing to the network device fails so that the caller knows things went wrong. Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>