linux/drivers/net/wan
Patrick McHardy d77eeb702c net: fix network drivers ndo_start_xmit() return values
Fix up remaining drivers returning a magic or an errno value from their
ndo_start_xmit() functions that were missed in the first pass:

- isdn_net: missed conversion
- bpqether: missed conversion: skb is freed, so return NETDEV_TX_OK
- hp100: intention appears to be to resubmit skb once resources are
  available, but due to no queue handling it is dropped for now.
- lapbether: skb is freed, so return NETDEV_TX_OK

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-17 04:31:16 -07:00
..
lmc
.gitignore
Kconfig
Makefile
c101.c
cosa.c
cosa.h
cycx_drv.c
cycx_main.c
cycx_x25.c net: fix network drivers ndo_start_xmit() return values (part 4) 2009-06-13 01:18:39 -07:00
dlci.c net: use symbolic values for ndo_start_xmit() return codes 2009-06-13 01:18:50 -07:00
dscc4.c
farsync.c
farsync.h
hd64570.c
hd64570.h
hd64572.c
hd64572.h
hdlc.c
hdlc_cisco.c
hdlc_fr.c net: release dst entry in dev_hard_start_xmit() 2009-05-18 22:19:19 -07:00
hdlc_ppp.c
hdlc_raw.c
hdlc_raw_eth.c
hdlc_x25.c
hostess_sv11.c
ixp4xx_hss.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2009-06-15 03:02:23 -07:00
lapbether.c net: fix network drivers ndo_start_xmit() return values 2009-06-17 04:31:16 -07:00
n2.c
pc300-falc-lh.h
pc300.h
pc300_drv.c
pc300_tty.c
pc300too.c
pci200syn.c
sbni.c net: use symbolic values for ndo_start_xmit() return codes 2009-06-13 01:18:50 -07:00
sbni.h
sdla.c
sealevel.c
wanxl.c net: use symbolic values for ndo_start_xmit() return codes 2009-06-13 01:18:50 -07:00
wanxl.h
wanxlfw.S
wanxlfw.inc_shipped
x25_asy.c
x25_asy.h
z85230.c
z85230.h