From: Johannes Berg Date: Tue, 10 Feb 2009 20:25:57 +0000 (+0100) Subject: cfg80211: free_priv for BSS info X-Git-Tag: v2.6.30-rc1~662^2~738^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c1c7e109f1f14e7c18f290c4ebc58da220c7ba;p=pandora-kernel.git cfg80211: free_priv for BSS info When cfg80211 users have their own allocated data in the per-BSS private data, they will need to free this when the BSS struct is destroyed. Add a free_priv method and fix one place where the BSS was kfree'd rather than released properly. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed