diff options
author | Jim Dog <jimdog@northern-indymedia.org> | 2010-02-25 06:38:21 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-03 19:43:04 -0500 |
commit | 092579690107ffdf9b146de7e67379d8434e9bb0 (patch) | |
tree | f95d695c1c9f51fad3be2f7fc280ecac773a13bc /drivers | |
parent | 582de7caf578f3ed1f52bc93ad926a580af885b4 (diff) |
Staging: wlan-ng: Fixed line length issues in prism2usb.c
This is a patch to the prism2usb.c that fixes one line which was over
the 80 character limit by wrapping it to a new line and removes a
commented out configuration for a ZyDAS ZD1201 device since support for
this device with this driver is now deprecated.
Signed-off-by: Jim Dog <jimdog@northern-indymedia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/wlan-ng/prism2usb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/wlan-ng/prism2usb.c b/drivers/staging/wlan-ng/prism2usb.c index 9dde68be8d74..501d27f74c7d 100644 --- a/drivers/staging/wlan-ng/prism2usb.c +++ b/drivers/staging/wlan-ng/prism2usb.c | |||
@@ -24,8 +24,9 @@ static struct usb_device_id usb_prism_tbl[] = { | |||
24 | (0x066b, 0x2213, "Linksys WUSB12v1.1 11Mbps WLAN USB Adapter")}, | 24 | (0x066b, 0x2213, "Linksys WUSB12v1.1 11Mbps WLAN USB Adapter")}, |
25 | {PRISM_USB_DEVICE | 25 | {PRISM_USB_DEVICE |
26 | (0x067c, 0x1022, "Siemens SpeedStream 1022 11Mbps WLAN USB Adapter")}, | 26 | (0x067c, 0x1022, "Siemens SpeedStream 1022 11Mbps WLAN USB Adapter")}, |
27 | {PRISM_USB_DEVICE(0x049f, 0x0033, | 27 | {PRISM_USB_DEVICE |
28 | "Compaq/Intel W100 PRO/Wireless 11Mbps multiport WLAN Adapter")}, | 28 | (0x049f, 0x0033, |
29 | "Compaq/Intel W100 PRO/Wireless 11Mbps multiport WLAN Adapter")}, | ||
29 | {PRISM_USB_DEVICE | 30 | {PRISM_USB_DEVICE |
30 | (0x0411, 0x0016, "Melco WLI-USB-S11 11Mbps WLAN Adapter")}, | 31 | (0x0411, 0x0016, "Melco WLI-USB-S11 11Mbps WLAN Adapter")}, |
31 | {PRISM_USB_DEVICE | 32 | {PRISM_USB_DEVICE |
@@ -55,7 +56,6 @@ static struct usb_device_id usb_prism_tbl[] = { | |||
55 | (0x04f1, 0x3009, "JVC MP-XP7250 Builtin USB WLAN Adapter")}, | 56 | (0x04f1, 0x3009, "JVC MP-XP7250 Builtin USB WLAN Adapter")}, |
56 | {PRISM_USB_DEVICE(0x0846, 0x4110, "NetGear MA111")}, | 57 | {PRISM_USB_DEVICE(0x0846, 0x4110, "NetGear MA111")}, |
57 | {PRISM_USB_DEVICE(0x03f3, 0x0020, "Adaptec AWN-8020 USB WLAN Adapter")}, | 58 | {PRISM_USB_DEVICE(0x03f3, 0x0020, "Adaptec AWN-8020 USB WLAN Adapter")}, |
58 | /* {PRISM_USB_DEVICE(0x0ace, 0x1201, "ZyDAS ZD1201 Wireless USB Adapter")}, */ | ||
59 | {PRISM_USB_DEVICE(0x2821, 0x3300, "ASUS-WL140 Wireless USB Adapter")}, | 59 | {PRISM_USB_DEVICE(0x2821, 0x3300, "ASUS-WL140 Wireless USB Adapter")}, |
60 | {PRISM_USB_DEVICE(0x2001, 0x3700, "DWL-122 Wireless USB Adapter")}, | 60 | {PRISM_USB_DEVICE(0x2001, 0x3700, "DWL-122 Wireless USB Adapter")}, |
61 | {PRISM_USB_DEVICE | 61 | {PRISM_USB_DEVICE |