]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: A-MPDU MLME use dynamic allocation
authorRon Rindjunsky <ron.rindjunsky@intel.com>
Wed, 26 Mar 2008 18:36:03 +0000 (20:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 27 Mar 2008 20:03:20 +0000 (16:03 -0400)
commitf19d717c9c7a48e5357e05d96418e8e92fcdce67
treee7df5e0f987a817ff0c9b14142a4efc583d39fa2
parentd863ec3bb7f32262948132fafff9b30912004b1b
mac80211: A-MPDU MLME use dynamic allocation

This patch alters the A-MPDU MLME in sta_info to use dynamic allocation,
thus drastically improving memory usage - from a constant ~2 Kbyte in
the previous (static) allocation to a lower limit of ~200 Byte and an upper
limit of ~2 Kbyte.

Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-4965-rs.c
net/mac80211/debugfs_sta.c
net/mac80211/ieee80211.c
net/mac80211/ieee80211_sta.c
net/mac80211/rx.c
net/mac80211/sta_info.c
net/mac80211/sta_info.h