wlan: Do not send  wrong/out of sync RSO cmd to firmware

Below Table describe whether RSO command can be sent down
to firmware or not. Host checks it on the basis of previous
RSO command sent down to firmware.

============================================================
New cmd       |          LAST SENT COMMAND --->
===|========================================================
   V          |RSO_START|RSO_STOP|RSO_RESTART|RSO_UPDATE_CFG
------------------------------------------------------------
RSO_START     |   NO    | YES    |   NO      |     NO
RSO_STOP      |  YES    | YES    |   YES     |     YES
RSO_RESTART   |  YES    | NO     |   NO      |     YES
RSO_UPDATE_CFG|  YES    | NO     |   YES     |     YES
============================================================

If RSO cmd which is supposed to be sent down is out of sync,
Then host will drop it.

Change-Id: I9a842d349e1616ac7032fd6dc09a4bdf8e2bfbe6
CRs-Fixed: 825786
3 files changed
tree: bff9d0ab2f429481d71d5d215f91fa847489eff4
  1. CORE/
  2. firmware_bin/
  3. riva/
  4. Android.mk
  5. Kbuild
  6. Kconfig
  7. Makefile