projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a53bf5
)
wl12xx/sdio_test.c: fix build breakage from WL127X_FW_NAME change
author
John W. Linville
<
[email protected]
>
Mon, 29 Aug 2011 19:47:58 +0000
(15:47 -0400)
committer
John W. Linville
<
[email protected]
>
Mon, 29 Aug 2011 19:49:46 +0000
(15:49 -0400)
Commit
c302b2c959164622558474871ae942da0e484a38
("wl12xx: Use a single
fw for both STA and AP roles") changed the name of the firmware name
definition, breaking the build of wl12xx/sdio_test.c.
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/wl12xx/sdio_test.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/wl12xx/sdio_test.c
b/drivers/net/wireless/wl12xx/sdio_test.c
index f2891539287733c6354a5322460c4e4e159b8765..c3610492852eb3d49e7b8f81e1fa9b19c64d7093 100644
(file)
--- a/
drivers/net/wireless/wl12xx/sdio_test.c
+++ b/
drivers/net/wireless/wl12xx/sdio_test.c
@@
-193,7
+193,7
@@
static int wl1271_fetch_firmware(struct wl1271 *wl)
ret = request_firmware(&fw, WL128X_FW_NAME,
wl1271_wl_to_dev(wl));
else
- ret = request_firmware(&fw, WL127
1
_FW_NAME,
+ ret = request_firmware(&fw, WL127
X
_FW_NAME,
wl1271_wl_to_dev(wl));
if (ret < 0) {