commit | c3ffeab4345830aadfc78444933754330f1339e7 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Mar 07 20:54:29 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Mar 25 14:42:41 2013 +0100 |
tree | a7939d86dfd0e4fb4519fa6b15b7f6a6325becb3 | |
parent | 1852d40eaba36fe1e97e0e497ffce291c99f5886 [diff] |
mac80211: ibss: use beacon_data struct for beacon and probe response Instead of having an SKB all the time, use a beacon_data struct with just the information required. This also allows removing a synchronize_rcu() and using kfree_rcu() instead. Signed-off-by: Johannes Berg <johannes.berg@intel.com>