ieee802154: Fixes Kconfig naming for number of TX desc and number of notifications

This commit is contained in:
Anthony Merlino 2017-06-21 01:00:42 -04:00
parent 45a32a116b
commit 9b2df31adc

View File

@ -41,7 +41,7 @@ config MAC802154_LPWORK
endchoice # Work queue
config IEEE802154_NTXDESC
config MAC802154_NTXDESC
int "Number or TX descriptors"
default 3
---help---
@ -54,6 +54,17 @@ config IEEE802154_NTXDESC
Then there should be the maximum pre-allocated buffers for each
possible TX frame.
config MAC802154_NNOTIF
int "Number or notification structures"
default 3
---help---
Configured number of notification strucures Default: 3
When various MAC management events occur, the MAC notifies the registered
receiver with an allocated notification structure indicating the event. The
events are primitives such as Association Indication etc.
config IEEE802154_IND_PREALLOC
int "Number of pre-allocated meta-data structures"
default 20