commit | 8d8fe198c6a756ae96617548af4776e7a86c0d3e | [log] [tgz] |
---|---|---|
author | Cindy H Kao <evans@localhost.localdomain> | Tue Aug 18 19:27:18 2009 -0700 |
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Mon Oct 19 15:55:47 2009 +0900 |
tree | a3ff223523a46a5d4efd3bdea705622a766601d4 | |
parent | 77e1251a7cc64c1e483a31c41c139fdf8121e75e [diff] |
wimax/i2400m: don't write to memory allocated by request_firmware() In kernel 2.6.31, the firmware requested to ram could be marked with read only attribute, and we can't write any thing directly to the memory when setting up the last JUMP brh cmd. Changed so that the scratch buffer is used. Signed-off-by: Cindy H Kao <cindy.h.kao@intel.com> Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>