From: Johannes Berg Date: Sun, 10 Oct 2010 16:52:10 +0000 (+0200) Subject: mac80211: don't kmalloc 16 bytes X-Git-Tag: v2.6.37-rc1~147^2~78^2^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730bd83b036e72b0134352ca27e76ea08475fbf1;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed