commit | 328d84fb3614d006254c990a6224ce437147a5ac | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Wed May 27 10:12:51 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 03 14:05:15 2009 -0400 |
tree | 6b4d628b23ae2bad40658a16df6ea555bd7005ee | |
parent | 939cab83ea592fcf4d854563d6c71d813a691872 [diff] |
wireless/p54: prepare for FIRMWARE_NAME_MAX removal We're going to remove the FIRMWARE_NAME_MAX definition in order to avoid any firmware name length restriction. This patch gets rid of the statically allocated p54usb firmware string, and replaces them with const char pointers. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>