staging: wfx: drop useless enum hif_beacon
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Mon, 7 Sep 2020 10:14:58 +0000 (12:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2020 07:23:01 +0000 (09:23 +0200)
Enum hif_beacon is not used. Moreover, it is just another definition of
a boolean. Absolutely useless.

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

index 21cde19..75e8c2a 100644 (file)
@@ -440,11 +440,6 @@ struct hif_cnf_start {
        __le32 status;
 } __packed;
 
-enum hif_beacon {
-       HIF_BEACON_STOP                       = 0x0,
-       HIF_BEACON_START                      = 0x1
-};
-
 struct hif_req_beacon_transmit {
        u8     enable_beaconing;
        u8     reserved[3];