From: Jouni Malinen Date: Fri, 20 Mar 2009 13:53:16 +0000 (+0200) Subject: mac80211: Fix memleak in nl80211 authentication on deinit X-Git-Tag: v2.6.30-rc1~642^2^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7873cb9abb5d8b4b9f7f5749af06e4e03798733;p=pandora-kernel.git mac80211: Fix memleak in nl80211 authentication on deinit This file was forgotten from the quilt patch that added MLME primitives, so the kfree on interface removal is missing. Fix this potential memleak by freeing the temporary Authentication frame IEs from SME when the interface is being removed. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed