diff options
author | Pontus Fuchs <pontus.fuchs@gmail.com> | 2011-12-01 06:13:44 -0500 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-12-15 02:58:41 -0500 |
commit | 3f1764945eaac532c20ab1f23afa352a40f797b2 (patch) | |
tree | d76a2ced6957f5922f4578274d4e1a84a2ac2dcf | |
parent | d646960f7986fefb460a2b062d5ccc8ccfeacc3a (diff) |
wl12xx: Restore testmode ABI
Commit 80900d0140a7648587982c8f299830e900e49165 accidently broke
the ABI for testmode commands. Restore the ABI again.
Signed-off-by: Pontus Fuchs <pontus.fuchs@gmail.com>
Cc: stable@kernel.org
Signed-off-by: Luciano Coelho <coelho@ti.com>
-rw-r--r-- | drivers/net/wireless/wl12xx/testmode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/testmode.c b/drivers/net/wireless/wl12xx/testmode.c index 978cf2de713d..25093c0cb0ed 100644 --- a/drivers/net/wireless/wl12xx/testmode.c +++ b/drivers/net/wireless/wl12xx/testmode.c | |||
@@ -38,6 +38,7 @@ enum wl1271_tm_commands { | |||
38 | WL1271_TM_CMD_TEST, | 38 | WL1271_TM_CMD_TEST, |
39 | WL1271_TM_CMD_INTERROGATE, | 39 | WL1271_TM_CMD_INTERROGATE, |
40 | WL1271_TM_CMD_CONFIGURE, | 40 | WL1271_TM_CMD_CONFIGURE, |
41 | WL1271_TM_CMD_NVS_PUSH, /* Not in use. Keep to not break ABI */ | ||
41 | WL1271_TM_CMD_SET_PLT_MODE, | 42 | WL1271_TM_CMD_SET_PLT_MODE, |
42 | WL1271_TM_CMD_RECOVER, | 43 | WL1271_TM_CMD_RECOVER, |
43 | 44 | ||