Commit 9d7f5702 authored by Ajay Singh's avatar Ajay Singh Committed by Greg Kroah-Hartman

staging: wilc1000: remove unused wid type values

Cleanup patch to remove the wid type not used in the code.
Signed-off-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 043c9780
...@@ -204,10 +204,6 @@ enum wid_type { ...@@ -204,10 +204,6 @@ enum wid_type {
WID_STR = 3, WID_STR = 3,
WID_BIN_DATA = 4, WID_BIN_DATA = 4,
WID_BIN = 5, WID_BIN = 5,
WID_IP = 6,
WID_ADR = 7,
WID_UNDEF = 8,
WID_TYPE_FORCE_32BIT = 0xFFFFFFFF
}; };
struct wid { struct wid {
......
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