commit | 2ce6a0f554868ef6b07966254a612f710a909136 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Nov 18 19:06:47 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Dec 02 11:51:50 2013 +0100 |
tree | 9696ff974be01d85b84536899e215f6953fb48e3 | |
parent | ad38bfc916da6aee9160bfa5335aed8d6c190e39 [diff] |
mac80211: remove sta_info_flush() from interface teardown All interface types now properly clean up their stations using some form of sta_info_flush() themselves, so there's no need to try it again at teardown. Remove the call to get rid of the extra delay from the synchronize_net() and rcu_barrier() calls. Reported-by: Moshe Benji <moshe.benji@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>