Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338520
b: refs/heads/master
c: da31fe4
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent d6fc715 commit 1923d24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be7ac70b9b1cb49758d52abb554c92c03acd6f08
refs/heads/master: da31fe451a7a717c01ae26fa1e9e46fa43921b7d
13 changes: 0 additions & 13 deletions trunk/drivers/usb/wusbcore/devconnect.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,19 +847,6 @@ static void wusb_dev_bos_rm(struct wusb_dev *wusb_dev)
wusb_dev->wusb_cap_descr = NULL;
};

static struct usb_wireless_cap_descriptor wusb_cap_descr_default = {
.bLength = sizeof(wusb_cap_descr_default),
.bDescriptorType = USB_DT_DEVICE_CAPABILITY,
.bDevCapabilityType = USB_CAP_TYPE_WIRELESS_USB,

.bmAttributes = USB_WIRELESS_BEACON_NONE,
.wPHYRates = cpu_to_le16(USB_WIRELESS_PHY_53),
.bmTFITXPowerInfo = 0,
.bmFFITXPowerInfo = 0,
.bmBandGroup = cpu_to_le16(0x0001), /* WUSB1.0[7.4.1] bottom */
.bReserved = 0
};

/*
* USB stack's device addition Notifier Callback
*
Expand Down

0 comments on commit 1923d24

Please sign in to comment.