From: Johannes Berg Date: Thu, 2 Jul 2009 15:20:43 +0000 (+0200) Subject: cfg80211: keep track of BSSes X-Git-Tag: v2.6.32-rc1~703^2~707 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19957bb399e2722719c0e20c9ae91cf8b6aaff04;p=pandora-kernel.git cfg80211: keep track of BSSes In order to avoid problems with BSS structs going away while they're in use, I've long wanted to make cfg80211 keep track of them. Without the SME, that wasn't doable but now that we have the SME we can do this too. It can keep track of up to four separate authentications and one association, regardless of whether it's controlled by the cfg80211 SME or the userspace SME. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed