]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit70fb7763e7d99f01ca0bd29d1176be628a4d34d9
tree98969081d6c4146af25837ccc077a3704a3489e6
parent49437542bd4f3685337d68d83db00ec3fed64c1b
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