From 9b2df31adc1587c2f54d741c8c3752c480814427 Mon Sep 17 00:00:00 2001 From: Anthony Merlino Date: Wed, 21 Jun 2017 01:00:42 -0400 Subject: [PATCH] ieee802154: Fixes Kconfig naming for number of TX desc and number of notifications --- wireless/ieee802154/Kconfig | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/wireless/ieee802154/Kconfig b/wireless/ieee802154/Kconfig index baf801b7e7f..318db1d8594 100644 --- a/wireless/ieee802154/Kconfig +++ b/wireless/ieee802154/Kconfig @@ -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