commit | 730bd83b036e72b0134352ca27e76ea08475fbf1 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Sun Oct 10 18:52:10 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 11 15:04:23 2010 -0400 |
tree | 541b14e5985928d513011b1347e10bf6f3cda55c | |
parent | cc2858c987f41286e059ee777c3bc09f7b7c19f6 [diff] |
mac80211: don't kmalloc 16 bytes Since this small buffer isn't used for DMA, we can simply allocate it on the stack, it just needs to be 16 bytes of which only 8 will be used for WEP40 keys. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>