mac80211: reduce stack usage in sta_agg_status_read()
authorPavel Roskin <proski@gnu.org>
Sun, 31 Jan 2010 00:55:27 +0000 (19:55 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 1 Feb 2010 20:40:07 +0000 (15:40 -0500)
commite0b20f1c67fc4379fce430ff720969f35e123eed
tree663994145a9e1580f312e2c3527b983d223429d0
parent4c82bf8e5689b1dddd9bcec70efc3b70edef1670
mac80211: reduce stack usage in sta_agg_status_read()

Use a more compact and readable format for "agg_status" to reduce the
stack frame to less than 1024 bytes.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/debugfs_sta.c