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:
ad58633
)
cxgb3: Update FW loading path.
author
Divy Le Ray
<divy@chelsio.com>
Wed, 26 Nov 2008 23:38:36 +0000
(15:38 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 26 Nov 2008 23:38:36 +0000
(15:38 -0800)
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>
drivers/net/cxgb3/cxgb3_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/cxgb3/cxgb3_main.c
b/drivers/net/cxgb3/cxgb3_main.c
index 96c94a46848d885483b777c34937c906f33527fa..46c114e928a05003fc4284248ffa1d16b376c56d 100644
(file)
--- 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_p
sram-%d.%d.%d.bin"
static int upgrade_fw(struct adapter *adap)
{