]> Pileus Git - ~andy/linux/commitdiff
wl12xx/sdio_test.c: fix build breakage from WL127X_FW_NAME change master-2011-08-29-2
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 29 Aug 2011 19:47:58 +0000 (15:47 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
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 <linville@tuxdriver.com>
drivers/net/wireless/wl12xx/sdio_test.c

index f2891539287733c6354a5322460c4e4e159b8765..c3610492852eb3d49e7b8f81e1fa9b19c64d7093 100644 (file)
@@ -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, WL1271_FW_NAME,
+               ret = request_firmware(&fw, WL127X_FW_NAME,
                                       wl1271_wl_to_dev(wl));
 
        if (ret < 0) {