From: Johannes Berg Date: Tue, 4 Mar 2014 10:43:28 +0000 (+0100) Subject: mac80211: fix potential use-after-free X-Git-Tag: v3.15-rc1~113^2~93^2^2~5^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2722f8b87fb172ff2f31d3a2816b31d58678d40;p=pandora-kernel.git mac80211: fix potential use-after-free The bss struct might be freed in ieee80211_rx_bss_put(), so we shouldn't use it afterwards. Cc: stable@vger.kernel.org (3.10+) Fixes: 817cee7675237 ("mac80211: track AP's beacon rate and give it to the driver") Signed-off-by: Johannes Berg --- Reading git-diff-tree failed