Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195125
b: refs/heads/master
c: 6c6706b
h: refs/heads/master
i:
  195123: 8f6090c
v: v3
  • Loading branch information
Inaky Perez-Gonzalez authored and Inaky Perez-Gonzalez committed May 11, 2010
1 parent e2982d4 commit d02e1ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 9d7fdf1ba9d5b8963bf8ffe29eea17f508e81bde
refs/heads/master: 6c6706b330afbc0cb53e2af4d73022d1c1273f42
4 changes: 3 additions & 1 deletion trunk/drivers/net/wimax/i2400m/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ MODULE_PARM_DESC(debug,

/* Our firmware file name */
static const char *i2400mu_bus_fw_names_5x50[] = {
#define I2400MU_FW_FILE_NAME_v1_5 "i2400m-fw-usb-1.5.sbcf"
I2400MU_FW_FILE_NAME_v1_5,
#define I2400MU_FW_FILE_NAME_v1_4 "i2400m-fw-usb-1.4.sbcf"
I2400MU_FW_FILE_NAME_v1_4,
NULL,
Expand Down Expand Up @@ -785,4 +787,4 @@ MODULE_AUTHOR("Intel Corporation <linux-wimax@intel.com>");
MODULE_DESCRIPTION("Driver for USB based Intel Wireless WiMAX Connection 2400M "
"(5x50 & 6050)");
MODULE_LICENSE("GPL");
MODULE_FIRMWARE(I2400MU_FW_FILE_NAME_v1_4);
MODULE_FIRMWARE(I2400MU_FW_FILE_NAME_v1_5);

0 comments on commit d02e1ea

Please sign in to comment.