Reduce the maximum message length for node
authormtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 30 Jan 2008 19:26:13 +0000 (19:26 +0000)
committermtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 30 Jan 2008 19:26:13 +0000 (19:26 +0000)
commit874abd03abe2e8dbbaef5b5681304ad00c5d56a8
tree8cc6f6869b2345f1291e6d399d47660b3bb386c2
parent5d4e93939c627301f69973a143ee30839062ccfd
Reduce the maximum message length for node
messages from 1000 to 192 and drop the length
needed to display the [atomic] node count.

Slamming this much data on the stack can cause
stack overflows with 4k stacks quite easily,
especially when hard interrupts occur and
extend a stack that is already almost full.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3307 0192ed92-7a03-0410-a25b-9323aeb14dbd
net80211/ieee80211_node.c