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)
commit4b6741443264d20aa7a1cb52185a7d13589590fe
tree22971a93f9423efae3c09abf477d5eec5726740d
parent71e996bef90b23919f627a38367b9e8b44b77d37
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