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

Commit e9b9d455 authored by Eliad Peller's avatar Eliad Peller Committed by Luciano Coelho
Browse files

wlcore: update commands enum to new fw api



Align the commands enum with the new fw api (8.4.0.0.19)

Signed-off-by: default avatarEliad Peller <eliad@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent 750a986d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -151,8 +151,11 @@ enum wl1271_commands {
	CMD_WFD_START_DISCOVERY	= 45,
	CMD_WFD_STOP_DISCOVERY	= 46,
	CMD_WFD_ATTRIBUTE_CONFIG	= 47,
	CMD_NOP			= 48,
	CMD_LAST_COMMAND,
	CMD_GENERIC_CFG			= 48,
	CMD_NOP				= 49,

	/* start of 18xx specific commands */
	CMD_DFS_CHANNEL_CONFIG		= 60,

	MAX_COMMAND_ID = 0xFFFF,
};