]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: fix interrogate command length
authorIgal Chernobelsky <igalc@ti.com>
Mon, 9 Sep 2013 09:24:35 +0000 (12:24 +0300)
committerLuciano Coelho <luciano.coelho@intel.com>
Wed, 23 Oct 2013 06:47:40 +0000 (09:47 +0300)
commit1d12dee5d7a6616004bfbf60679cb1980930838f
tree22971a93f9423efae3c09abf477d5eec5726740d
parentf54075a8a35f34a1306040d55bb82f09932b6b73
wlcore: fix interrogate command length

Change interrogate command prototype to have command size
and returned buffer length.
This fixes the issue when command parameters are needed to
be passed to FW in addition to acx header as in the case with
get RSSI command, where role_id has to be passed.

Signed-off-by: Igal Chernobelsky <igalc@ti.com>
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
drivers/net/wireless/ti/wlcore/acx.c
drivers/net/wireless/ti/wlcore/cmd.c
drivers/net/wireless/ti/wlcore/cmd.h
drivers/net/wireless/ti/wlcore/testmode.c