Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b3c0c32 authored by Wey-Yi Guy's avatar Wey-Yi Guy
Browse files

iwlwifi: show command string for REPLY_D3_CONFIG



missing the string, add it

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent b9148115
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ const char *get_cmd_string(u8 cmd)
		IWL_CMD(REPLY_WOWLAN_TKIP_PARAMS);
		IWL_CMD(REPLY_WOWLAN_KEK_KCK_MATERIAL);
		IWL_CMD(REPLY_WOWLAN_GET_STATUS);
		IWL_CMD(REPLY_D3_CONFIG);
	default:
		return "UNKNOWN";