commit | e716251d776ce92eb5169522f565ada3deed2a2a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Dec 04 23:18:37 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Dec 16 11:29:47 2013 +0100 |
tree | 70615090a03c61e6f0d3f29b8b93e54cd8622f90 | |
parent | d778207b06ac1becd012eb689dafdf85feebb179 [diff] |
mac80211: optimise mixed AP/VLAN station removal Teach sta_info_flush() to optionally also remove stations from all VLANs associated with an AP interface to optimise the station removal (in particular, synchronize_net().) To not have to add the vlans argument throughout, do some refactoring. Signed-off-by: Johannes Berg <johannes.berg@intel.com>