From: Johannes Berg Date: Wed, 4 Dec 2013 21:46:11 +0000 (+0100) Subject: mac80211: don't delay station destruction X-Git-Tag: v3.14-rc1~94^2~334^2^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d34ba2168a3c10e7301cca06069c39865b4c3ec6;p=pandora-kernel.git mac80211: don't delay station destruction If we can assume that stations are never referenced by the driver after sta_state returns (and this is true since the previous iwlmvm patch and for all other drivers) then we don't need to delay station destruction, and don't need to play tricks with rcu_barrier() etc. This should speed up some scenarios like hostapd shutdown. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed