linux_dsm_epyc7002/drivers/net/wireless/ti/wl12xx
Luciano Coelho b14684a004 wlcore/wl12xx: add prepare_read hw op for Rx data
The only difference in the read_data operations is that some chips
need to prepare the data to be read before reading.  So instead of
having a mandatory read_data operation, we now have an option
prepare_data operation that only needs to be implemented for chips
that require it.

In the wl12xx lower driver, we only set the prepare_data operation for
wl127x chips.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
2012-04-12 08:44:00 +03:00
..
Kconfig wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx 2012-04-12 08:43:56 +03:00
main.c wlcore/wl12xx: add prepare_read hw op for Rx data 2012-04-12 08:44:00 +03:00
Makefile wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx 2012-04-12 08:43:56 +03:00
reg.h wlcore/wl12xx: add command trigger and event ack operations 2012-04-12 08:43:57 +03:00