commit | 78c1c7e109f1f14e7c18f290c4ebc58da220c7ba | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Feb 10 21:25:57 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 13 13:45:53 2009 -0500 |
tree | 11d4666d578dc6f9ee4c57dfe3fb4e8498d9ed79 | |
parent | 99cf5f5f3571ce3a837e379d3b87bf5ddf54f17d [diff] |
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 <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>