Bump up the firmware_table from 30 to 50. bwn needs more than 30, it

seems.
This commit is contained in:
Warner Losh 2010-03-07 22:37:35 +00:00
parent cae11c25e3
commit 91ee765659
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204850

View File

@ -121,7 +121,7 @@ struct priv_fw {
* reallocate the array because pointers are held externally.
* A list may work, though.
*/
#define FIRMWARE_MAX 30
#define FIRMWARE_MAX 50
static struct priv_fw firmware_table[FIRMWARE_MAX];
/*