android_kernel_xiaomi_sm8350/drivers/net/wimax/i2400m
Inaky Perez-Gonzalez 052991d7ac wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()
Functions i2400m_report_tlv*() are only called from
i2400m_report_hook(), called in a workqueue by
i2400m_report_hook_work(). The scheduler checks for device readiness
before scheduling.

Added an extra check for readiness in i2400m_report_hook_work(), which
makes all the checks down the line redundant.

Obviously the device state could change in the middle, but error
handling would take care of that.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
2009-05-28 18:01:58 -07:00
..
control.c wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*() 2009-05-28 18:01:58 -07:00
debug-levels.h
debugfs.c
driver.c wimax/i2400m: allow kernel commands to device to be logged too 2009-05-28 18:01:42 -07:00
fw.c
i2400m-sdio.h
i2400m-usb.h
i2400m.h wimax/i2400m: generate fake source MAC address with random_ether_addr() 2009-05-28 18:01:24 -07:00
Kconfig
Makefile
netdev.c wimax/i2400m: generate fake source MAC address with random_ether_addr() 2009-05-28 18:01:24 -07:00
op-rfkill.c
rx.c wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*() 2009-05-28 18:01:58 -07:00
sdio-debug-levels.h
sdio-fw.c
sdio-rx.c
sdio-tx.c
sdio.c
sysfs.c
tx.c
usb-debug-levels.h
usb-fw.c
usb-notif.c
usb-rx.c
usb-tx.c
usb.c