]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
wl12xx: Restore testmode ABI
authorPontus Fuchs <pontus.fuchs@gmail.com>
Thu, 1 Dec 2011 11:13:44 +0000 (12:13 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jan 2012 19:29:22 +0000 (11:29 -0800)
commit 3f1764945eaac532c20ab1f23afa352a40f797b2 upstream.

Commit 80900d0140a7648587982c8f299830e900e49165 accidently broke
the ABI for testmode commands. Restore the ABI again.

Signed-off-by: Pontus Fuchs <pontus.fuchs@gmail.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/wl12xx/testmode.c

index 4ae8effaee22828acf9565d47d9ad599f4ac9c00..abfb120df11803193b951bb3f228b119d3200a78 100644 (file)
@@ -36,6 +36,7 @@ enum wl1271_tm_commands {
        WL1271_TM_CMD_TEST,
        WL1271_TM_CMD_INTERROGATE,
        WL1271_TM_CMD_CONFIGURE,
+       WL1271_TM_CMD_NVS_PUSH,         /* Not in use. Keep to not break ABI */
        WL1271_TM_CMD_SET_PLT_MODE,
        WL1271_TM_CMD_RECOVER,