diff options
author | Dan Williams <dcbw@redhat.com> | 2010-07-27 15:54:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-07-27 15:03:29 -0400 |
commit | a45b6f4f9ef7fde2321da5aaa7db0e1e793a5b1e (patch) | |
tree | d38142f7db7ad6b63f37ca902ff40f70bc439969 /drivers/net/wireless/libertas/cmd.h | |
parent | 98ec62185cd940765a096c88a3f14147dd1d3bd4 (diff) |
libertas: clean up MONITOR_MODE command
Convert to a full direct command; previous code rolled a direct
command by handle but left the original indirect command code
lying around.
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/cmd.h')
-rw-r--r-- | drivers/net/wireless/libertas/cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/cmd.h b/drivers/net/wireless/libertas/cmd.h index 386e565d99ad..1b9092f95676 100644 --- a/drivers/net/wireless/libertas/cmd.h +++ b/drivers/net/wireless/libertas/cmd.h | |||
@@ -129,4 +129,6 @@ int lbs_set_deep_sleep(struct lbs_private *priv, int deep_sleep); | |||
129 | 129 | ||
130 | int lbs_set_host_sleep(struct lbs_private *priv, int host_sleep); | 130 | int lbs_set_host_sleep(struct lbs_private *priv, int host_sleep); |
131 | 131 | ||
132 | int lbs_set_monitor_mode(struct lbs_private *priv, int enable); | ||
133 | |||
132 | #endif /* _LBS_CMD_H */ | 134 | #endif /* _LBS_CMD_H */ |