Skip to content

Commit

Permalink
wlcore: update commands enum to new fw api
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Nov 27, 2012
1 parent 750a986 commit e9b9d45
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions drivers/net/wireless/ti/wlcore/cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit e9b9d45

Please sign in to comment.