drivers: cc2520: Raise Rx stack size

640 bytes seems too short, raising to 800 bytes.

Change-Id: I8c3418787939369e24fe47c23b0558c36f05af2c
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2016-08-12 11:38:51 +02:00 committed by Jukka Rissanen
commit 3e0c1ff876

View file

@ -97,7 +97,7 @@ config TI_CC2520_SPI_SLAVE
config TI_CC2520_FIBER_STACK_SIZE config TI_CC2520_FIBER_STACK_SIZE
int "Driver's internal fiber stack size" int "Driver's internal fiber stack size"
default 640 default 800
help help
This option sets the driver's stack size for its internal fiber. This option sets the driver's stack size for its internal fiber.
The default value should be sufficient, but it case it prooves to be The default value should be sufficient, but it case it prooves to be