Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 817cee7 ("mac80211: track AP's beacon rate and give it to the driver") Signed-off-by: Johannes Berg <johannes.berg@intel.com>
- Loading branch information