wlcore: Allow stopping fw log in recovery
authorBarak Bercovitz <barak@wizery.com>
Mon, 9 Sep 2013 09:24:40 +0000 (12:24 +0300)
committerLuciano Coelho <luciano.coelho@intel.com>
Wed, 23 Oct 2013 06:47:43 +0000 (09:47 +0300)
commitc2e6424259f69234c1a6022cd25ebf06040c4846
tree98969081d6c4146af25837ccc077a3704a3489e6
parent5cc14c04c9c8faee3c9fbbfec87bcc9c7ae75b89
wlcore: Allow stopping fw log in recovery

The FW panic log is read during recovery work.
It has to be stopped properly before reading. otherwise,
inconsistent data might be read which cause the driver
to freeze.

__wlcore_cmd_send has to work for the special case of
CMD_STOP_FWLOGGER, while in recovery, in order to stop
the fw log before it is read.

Signed-off-by: Barak Bercovitz <barak@wizery.com>
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
drivers/net/wireless/ti/wlcore/cmd.c