mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
ieee802154: Fixes Kconfig naming for number of TX desc and number of notifications
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user