staging: wfx: fix name of struct hif_req_start_scan_alt
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Tue, 17 Dec 2019 16:15:03 +0000 (16:15 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Dec 2019 14:56:07 +0000 (15:56 +0100)
The original name did not make any sense.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20191217161318.31402-26-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/hif_api_cmd.h

index 3e77fbe3d5ff96f8f6752484d34f34e8d9ffb811..4ce3bb51cf04e767becc55a915c1855d6ff64614 100644 (file)
@@ -188,7 +188,7 @@ struct hif_req_start_scan {
        u8    ssid_and_channel_lists[];
 } __packed;
 
-struct hif_start_scan_req_cstnbssid_body {
+struct hif_req_start_scan_alt {
        u8    band;
        struct hif_scan_type scan_type;
        struct hif_scan_flags scan_flags;