Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79012
b: refs/heads/master
c: 798fbfe
h: refs/heads/master
v: v3
  • Loading branch information
Andres Salomon authored and David S. Miller committed Jan 28, 2008
1 parent 1f42df4 commit 303987c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: be13f1897f76a4b395c3d572a18b2802fd521946
refs/heads/master: 798fbfec9ca1dfd656963debb14d049868d24465
8 changes: 1 addition & 7 deletions trunk/drivers/net/wireless/libertas/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

#define MESSAGE_HEADER_LEN 4

static const char usbdriver_name[] = "usb8xxx";

static char *lbs_fw_name = "usb8388.bin";
module_param_named(fw_name, lbs_fw_name, charp, 0644);

Expand Down Expand Up @@ -998,13 +996,9 @@ static int if_usb_resume(struct usb_interface *intf)
#endif

static struct usb_driver if_usb_driver = {
/* driver name */
.name = usbdriver_name,
/* probe function name */
.name = DRV_NAME,
.probe = if_usb_probe,
/* disconnect function name */
.disconnect = if_usb_disconnect,
/* device signature table */
.id_table = if_usb_table,
.suspend = if_usb_suspend,
.resume = if_usb_resume,
Expand Down

0 comments on commit 303987c

Please sign in to comment.