summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/bnx2.h
diff options
context:
space:
mode:
authorMarty Connor2007-07-04 11:52:56 +0200
committerMarty Connor2007-07-04 11:52:56 +0200
commit1af1668c95e43b55a23e06efe3720cd95ea02f33 (patch)
tree8ad69c7cebe75c6a702b8ba9c264389742a8700e /src/drivers/net/bnx2.h
parentUNDI loader entry point implemented; seems to work. (diff)
downloadipxe-1af1668c95e43b55a23e06efe3720cd95ea02f33.tar.gz
ipxe-1af1668c95e43b55a23e06efe3720cd95ea02f33.tar.xz
ipxe-1af1668c95e43b55a23e06efe3720cd95ea02f33.zip
Warnings purge of drivers (continued)
Diffstat (limited to 'src/drivers/net/bnx2.h')
-rw-r--r--src/drivers/net/bnx2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/bnx2.h b/src/drivers/net/bnx2.h
index 855b7151..57d5fee8 100644
--- a/src/drivers/net/bnx2.h
+++ b/src/drivers/net/bnx2.h
@@ -4091,7 +4091,7 @@ struct flash_spec {
u32 page_size;
u32 addr_mask;
u32 total_size;
- u8 *name;
+ char *name;
};
struct bnx2 {