Remove the hack of lowering AAC_MAX_FIB now that the root cause of the
problem was found.
This commit is contained in:
parent
d65645ae33
commit
8eb3fffb5e
@ -58,7 +58,7 @@
|
||||
*/
|
||||
#define AAC_FIB_COUNT (PAGE_SIZE/sizeof(struct aac_fib))
|
||||
#define AAC_PREALLOCATE_FIBS 128
|
||||
#define AAC_MAX_FIBS (512 - AAC_FIB_COUNT)
|
||||
#define AAC_MAX_FIBS 512
|
||||
|
||||
/*
|
||||
* The controller reports status events in AIFs. We hang on to a number of
|
||||
|
Loading…
Reference in New Issue
Block a user