android_kernel_xiaomi_sm8350/drivers
Stephen Hemminger 61357325f3 netdev: convert bulk of drivers to netdev_tx_t
In a couple of cases collapse some extra code like:
   int retval = NETDEV_TX_OK;
   ...
   return retval;
into
   return NETDEV_TX_OK;

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-01 01:14:07 -07:00
..
accessibility
acpi
amba
ata
atm
auxdisplay
base
block
bluetooth Bluetooth: Add USB autosuspend support to btusb driver 2009-08-24 16:31:24 -07:00
cdrom
char hdlc: convert to netdev_tx_t 2009-09-01 01:13:31 -07:00
clocksource
connector
cpufreq
cpuidle
crypto
dca
dio
dma
edac
eisa
firewire netdev: convert pseudo drivers to netdev_tx_t 2009-09-01 01:13:40 -07:00
firmware
gpio
gpu
hid
hwmon
i2c
ide
idle
ieee1394 netdev: convert pseudo-devices to netdev_tx_t 2009-09-01 01:13:07 -07:00
ieee802154 netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
infiniband
input
isdn isdn: convert to netdev_tx_t 2009-09-01 01:13:16 -07:00
leds
lguest
macintosh
mca
md
media
memstick
message
mfd
misc
mmc
mtd
net netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
nubus
of
oprofile
parisc
parport
pci
pcmcia
platform
pnp
power
pps
ps3
rapidio
regulator
rtc
s390 qeth: display "undefined" value of sysfs-attribute "layer2" 2009-08-26 17:34:22 -07:00
sbus
scsi
serial
sh
sn
spi
ssb ssb: Implement PMU LDO control and use it in b43 2009-08-28 14:40:53 -04:00
staging
tc
telephony
thermal
uio
usb usbnet: convert to netdev_tx_t 2009-09-01 01:13:22 -07:00
uwb uwb: convert to netdev_tx_t 2009-09-01 01:13:44 -07:00
video
virtio
vlynq
w1
watchdog
xen
zorro
Kconfig
Makefile