wimax/i2400m: change the bcf_len to exclude the extended header size
authorCindy H Kao <cindy.h.kao@intel.com>
Sat, 3 Oct 2009 02:31:17 +0000 (19:31 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Mon, 19 Oct 2009 06:56:16 +0000 (15:56 +0900)
commit28cff50d99ce9a1db65b7d4dcdcc0f1f8d9f9309
tree67c39a2383a8eba76e7c036c6d85dbbd86399a08
parent6f4fc90a36fbe87e3003b3f7c8090ecc89bd1353
wimax/i2400m: change the bcf_len to exclude the extended header size

The actual fw->size may not equal to the bcf size indicated in
the bcf header if the extended bcf debug header is added in the tail.

To reflect the actual fw size that will be downloaded to the device,
it is now retrived from from the size field indicated in the bcf header.

All of the headers (if there are extended headers) should indicate same
value for the size field since only one set of firmware chunks is downloaded

Signed-off-by: Cindy H Kao <cindy.h.kao@intel.com>
drivers/net/wimax/i2400m/fw.c