wl18xx: add trigger command and ack event operations
authorLuciano Coelho <coelho@ti.com>
Thu, 10 May 2012 09:13:13 +0000 (12:13 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 5 Jun 2012 12:54:42 +0000 (15:54 +0300)
commit274c66cdcd89654de276be871627181b192a6e30
treea35e5b8b9e635f92541571bd17310813d72b21a0
parent46a1d51261bc4d9cd35b4e41a9b623687c0b4b8c
wl18xx: add trigger command and ack event operations

Add the operations that allow wlcore to trigger commands to the
firmware and acknowledge when an event has been fully received.

Allocate a private buffer to hold the maximum sized cmd. Send the
entire length of the buffer each time a command is sent to signal
EOT. Remove the previous EOT mechanism.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
drivers/net/wireless/ti/wl18xx/main.c
drivers/net/wireless/ti/wl18xx/reg.h
drivers/net/wireless/ti/wl18xx/wl18xx.h [new file with mode: 0644]