Commit 676d2204 authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Greg Kroah-Hartman

rtl8192u: remove typedef

remove a typedef that is not even really used.
Signed-off-by: default avatarMartin Kepplinger <martink@posteo.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c56051c0
...@@ -137,12 +137,12 @@ static struct usb_driver rtl8192_usb_driver = { ...@@ -137,12 +137,12 @@ static struct usb_driver rtl8192_usb_driver = {
}; };
typedef struct _CHANNEL_LIST { struct CHANNEL_LIST {
u8 Channel[32]; u8 Channel[32];
u8 Len; u8 Len;
} CHANNEL_LIST, *PCHANNEL_LIST; };
static CHANNEL_LIST ChannelPlan[] = { static struct CHANNEL_LIST ChannelPlan[] = {
{{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161, 165}, 24}, //FCC {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161, 165}, 24}, //FCC
{{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}, 11}, //IC {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}, 11}, //IC
{{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64}, 21}, //ETSI {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64}, 21}, //ETSI
......
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