/openbmc/linux/net/rose/ |
H A D | rose_dev.c | diff 5b548140225c6bbbbd560551dd1048b2c0ce58be Fri Jun 12 01:22:29 CDT 2009 Patrick McHardy <kaber@trash.net> net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.
0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases where its in direct proximity to one of the other values.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptlan.c | diff 5b548140225c6bbbbd560551dd1048b2c0ce58be Fri Jun 12 01:22:29 CDT 2009 Patrick McHardy <kaber@trash.net> net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.
0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases where its in direct proximity to one of the other values.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/wan/ |
H A D | wanxl.c | diff 5b548140225c6bbbbd560551dd1048b2c0ce58be Fri Jun 12 01:22:29 CDT 2009 Patrick McHardy <kaber@trash.net> net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.
0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases where its in direct proximity to one of the other values.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | hdlcdrv.c | diff 5b548140225c6bbbbd560551dd1048b2c0ce58be Fri Jun 12 01:22:29 CDT 2009 Patrick McHardy <kaber@trash.net> net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.
0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases where its in direct proximity to one of the other values.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | baycom_epp.c | diff 5b548140225c6bbbbd560551dd1048b2c0ce58be Fri Jun 12 01:22:29 CDT 2009 Patrick McHardy <kaber@trash.net> net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.
0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases where its in direct proximity to one of the other values.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | mkiss.c | diff 5b548140225c6bbbbd560551dd1048b2c0ce58be Fri Jun 12 01:22:29 CDT 2009 Patrick McHardy <kaber@trash.net> net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.
0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases where its in direct proximity to one of the other values.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211netdev.c | diff 5b548140225c6bbbbd560551dd1048b2c0ce58be Fri Jun 12 01:22:29 CDT 2009 Patrick McHardy <kaber@trash.net> net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.
0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases where its in direct proximity to one of the other values.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sched/ |
H A D | sch_teql.c | diff 5b548140225c6bbbbd560551dd1048b2c0ce58be Fri Jun 12 01:22:29 CDT 2009 Patrick McHardy <kaber@trash.net> net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.
0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases where its in direct proximity to one of the other values.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/s390/net/ |
H A D | netiucv.c | diff 5b548140225c6bbbbd560551dd1048b2c0ce58be Fri Jun 12 01:22:29 CDT 2009 Patrick McHardy <kaber@trash.net> net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.
0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases where its in direct proximity to one of the other values.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/mac80211/ |
H A D | tx.c | diff 5b548140225c6bbbbd560551dd1048b2c0ce58be Fri Jun 12 01:22:29 CDT 2009 Patrick McHardy <kaber@trash.net> net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.
0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases where its in direct proximity to one of the other values.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|