Searched hist:"6 d10e46be5ac1d0ae787babd3dafd52b30686db5" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | key.h | diff 6d10e46be5ac1d0ae787babd3dafd52b30686db5 Wed Mar 06 16:09:11 CST 2013 Johannes Berg <johannes.berg@intel.com> mac80211: batch key free synchronize_net()
Instead of calling synchronize_net() for every key on an interface or when a station is removed, do it only once for all keys in both of these cases.
As a side-effect, removing station keys now always calls synchronize_net() even if there are no keys, which fixes an issue with station removal happening in the driver while the station could still be used for TX.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | key.c | diff 6d10e46be5ac1d0ae787babd3dafd52b30686db5 Wed Mar 06 16:09:11 CST 2013 Johannes Berg <johannes.berg@intel.com> mac80211: batch key free synchronize_net()
Instead of calling synchronize_net() for every key on an interface or when a station is removed, do it only once for all keys in both of these cases.
As a side-effect, removing station keys now always calls synchronize_net() even if there are no keys, which fixes an issue with station removal happening in the driver while the station could still be used for TX.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | sta_info.c | diff 6d10e46be5ac1d0ae787babd3dafd52b30686db5 Wed Mar 06 16:09:11 CST 2013 Johannes Berg <johannes.berg@intel.com> mac80211: batch key free synchronize_net()
Instead of calling synchronize_net() for every key on an interface or when a station is removed, do it only once for all keys in both of these cases.
As a side-effect, removing station keys now always calls synchronize_net() even if there are no keys, which fixes an issue with station removal happening in the driver while the station could still be used for TX.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|