]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6141356eaba636bc8c74bbb9f4d595eb088af4b1
treea35e5b8b9e635f92541571bd17310813d72b21a0
parentff9c1bfc87e146f8386c9b704a5a1620509c4c66
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]