git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1852d40
)
mac80211: ibss: use beacon_data struct for beacon and probe response
author
Johannes Berg
<johannes.berg@intel.com>
Thu, 7 Mar 2013 19:54:29 +0000
(20:54 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Mon, 25 Mar 2013 13:42:41 +0000
(14:42 +0100)
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>
No differences found