mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 12:21:15 -04:00
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: Eliad Peller <eliad@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
committed by
Luciano Coelho
parent
750a986d6a
commit
e9b9d45507
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user