diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-01-14 14:08:04 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-02 17:53:36 -0500 |
commit | 551cdbbeb118bd5ed301f8749aef69219284399b (patch) | |
tree | 83e2911ed9c1b35859f474030db9856f21967f24 /drivers/usb/wusbcore | |
parent | 16985408b5c48585762ec3b9b7bae1dec4ad7437 (diff) |
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
It's really the wireless speed, so rename the thing to make
more sense. Based on a recommendation from David Vrabel
Cc: David Vrabel <david.vrabel@csr.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/wusbcore')
-rw-r--r-- | drivers/usb/wusbcore/devconnect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/wusbcore/devconnect.c b/drivers/usb/wusbcore/devconnect.c index dced419f7aba..1c918286159c 100644 --- a/drivers/usb/wusbcore/devconnect.c +++ b/drivers/usb/wusbcore/devconnect.c | |||
@@ -868,7 +868,7 @@ static struct usb_wireless_cap_descriptor wusb_cap_descr_default = { | |||
868 | * reference that we'll drop. | 868 | * reference that we'll drop. |
869 | * | 869 | * |
870 | * First we need to determine if the device is a WUSB device (else we | 870 | * First we need to determine if the device is a WUSB device (else we |
871 | * ignore it). For that we use the speed setting (USB_SPEED_VARIABLE) | 871 | * ignore it). For that we use the speed setting (USB_SPEED_WIRELESS) |
872 | * [FIXME: maybe we'd need something more definitive]. If so, we track | 872 | * [FIXME: maybe we'd need something more definitive]. If so, we track |
873 | * it's usb_busd and from there, the WUSB HC. | 873 | * it's usb_busd and from there, the WUSB HC. |
874 | * | 874 | * |