Commit f751e356 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Greg Kroah-Hartman

staging: wfx: drop useless enum hif_beacon

Enum hif_beacon is not used. Moreover, it is just another definition of
a boolean. Absolutely useless.
Signed-off-by: default avatarJérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200907101521.66082-9-Jerome.Pouiller@silabs.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 135baf19
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment