Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213954
b: refs/heads/master
c: dd358c9
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Aug 16, 2010
1 parent a837f2c commit 1f05d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37269e805267ba68fe8c5d693ccf0ec5727155fa
refs/heads/master: dd358c9a45fc27f90e77992cf77117ab6e2fb467
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/rt2x00/rt2x00firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ static int rt2x00lib_request_firmware(struct rt2x00_dev *rt2x00dev)

INFO(rt2x00dev, "Firmware detected - version: %d.%d.\n",
fw->data[fw->size - 4], fw->data[fw->size - 3]);
snprintf(rt2x00dev->hw->wiphy->fw_version,
sizeof(rt2x00dev->hw->wiphy->fw_version), "%d.%d",
fw->data[fw->size - 4], fw->data[fw->size - 3]);

retval = rt2x00dev->ops->lib->check_firmware(rt2x00dev, fw->data, fw->size);
switch (retval) {
Expand Down

0 comments on commit 1f05d57

Please sign in to comment.