commit | cee24a3e580f1062c8bb8b1692b95014d882bc7d | [log] [tgz] |
---|---|---|
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | Wed Mar 26 20:36:03 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Mar 27 16:03:20 2008 -0400 |
tree | e7df5e0f987a817ff0c9b14142a4efc583d39fa2 | |
parent | 6c507cd0400cb51dd2ee251c1b8756b9375a1128 [diff] |
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>