From: Johannes Berg Date: Wed, 19 Jun 2013 11:05:42 +0000 (+0200) Subject: cfg80211: require passing BSS struct back to cfg80211_assoc_timeout X-Git-Tag: v3.11-rc1~64^2~78^2^2~24^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=959867fa55d0cb55fb3d08656e5e62607167617f;p=pandora-kernel.git cfg80211: require passing BSS struct back to cfg80211_assoc_timeout Doing so will allow us to hold the BSS (not just ref it) over the association process, thus ensuring that it doesn't time out and gets invisible to the user (e.g. in 'iw wlan0 link'.) This also fixes a leak in mac80211 where it doesn't always release the BSS struct properly in all cases where calling this function. This leak was reported by Ben Greear. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed