linux/drivers/net/wireless/ti/wl12xx
Arik Nemtsov 53d67a50cd wlcore/wl12xx: split Tx completion to immediate/delayed
One chip family employs immediate Tx completion, where knowledge of
completed packets is given as part of the FW status. Another is only
notified of Tx completion via the FW status, and has to read the
completion status of the packets from a different location.

Implement the wl12xx tx completion as a delayed Tx completion.

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: split Tx completion to immediate/delayed 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