Searched hist:c87820784454bbf7fc63a9e7d9c36762a46f393c (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | key.c | diff c87820784454bbf7fc63a9e7d9c36762a46f393c Wed Dec 04 16:05:45 CST 2013 Johannes Berg <johannes.berg@intel.com> mac80211: move synchronize_net() before sta key removal
There's no reason to do this inside the sta key removal since the keys can only be reached through the sta (and not by the driver at all) so once the sta can no longer be reached, the keys are safe.
This will allow further optimisation opportunities with multiple stations.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | sta_info.c | diff c87820784454bbf7fc63a9e7d9c36762a46f393c Wed Dec 04 16:05:45 CST 2013 Johannes Berg <johannes.berg@intel.com> mac80211: move synchronize_net() before sta key removal
There's no reason to do this inside the sta key removal since the keys can only be reached through the sta (and not by the driver at all) so once the sta can no longer be reached, the keys are safe.
This will allow further optimisation opportunities with multiple stations.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|