summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDivy Le Ray2008-11-27 00:38:36 +0100
committerDavid S. Miller2008-11-27 00:38:36 +0100
commit851fd7bd88524bb4e20f3def3127cd9167d6d0cf (patch)
tree5dd76442cf2b466e932866ca5b509d6734d54d10
parentcxgb3: integrate FW and protocol engines in the kernel (diff)
downloadkernel-qcow2-linux-851fd7bd88524bb4e20f3def3127cd9167d6d0cf.tar.gz
kernel-qcow2-linux-851fd7bd88524bb4e20f3def3127cd9167d6d0cf.tar.xz
kernel-qcow2-linux-851fd7bd88524bb4e20f3def3127cd9167d6d0cf.zip
cxgb3: Update FW loading path.
Update FW loading path to accomodate in-kernel images location Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/cxgb3/cxgb3_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/cxgb3/cxgb3_main.c b/drivers/net/cxgb3/cxgb3_main.c
index 96c94a46848d..46c114e928a0 100644
--- a/drivers/net/cxgb3/cxgb3_main.c
+++ b/drivers/net/cxgb3/cxgb3_main.c
@@ -853,8 +853,8 @@ static int bind_qsets(struct adapter *adap)
return err;
}
-#define FW_FNAME "t3fw-%d.%d.%d.bin"
-#define TPSRAM_NAME "t3%c_protocol_sram-%d.%d.%d.bin"
+#define FW_FNAME "cxgb3/t3fw-%d.%d.%d.bin"
+#define TPSRAM_NAME "cxgb3/t3%c_psram-%d.%d.%d.bin"
static int upgrade_fw(struct adapter *adap)
{