iwlwifi: add WOWLAN uCode loading support by testmode
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-testmode.h
index e20f3d390271e93708f4106c7cb979b06ef764ae..deedd27c5f3d7a0a418fa5624a97e762098df661 100644 (file)
  * @IWL_TM_CMD_APP2DEV_DUMP_SRAM:
  *     commands from user applicaiton to read data in sram
  *
+ * @IWL_TM_CMD_APP2DEV_LOAD_WOWLAN_FW: load Weak On Wireless LAN uCode image
+ *
  */
 enum iwl_tm_cmd_t {
        IWL_TM_CMD_APP2DEV_UCODE                = 1,
@@ -140,7 +142,8 @@ enum iwl_tm_cmd_t {
        IWL_TM_CMD_APP2DEV_INDIRECT_REG_WRITE32 = 19,
        IWL_TM_CMD_APP2DEV_READ_SRAM            = 20,
        IWL_TM_CMD_APP2DEV_DUMP_SRAM            = 21,
-       IWL_TM_CMD_MAX                          = 22,
+       IWL_TM_CMD_APP2DEV_LOAD_WOWLAN_FW       = 22,
+       IWL_TM_CMD_MAX                          = 23,
 };
 
 /*
This page took 0.024986 seconds and 5 git commands to generate.