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:
ba3943b
)
iwlwifi: build mac80211 rx_status in place
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 12 Nov 2014 15:45:12 +0000
(16:45 +0100)
committer
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Mon, 24 Nov 2014 06:30:16 +0000
(08:30 +0200)
Instead of building the rx_status on the stack and then
copying it to the skb, allocate the skb a bit earlier
and then build the rx_status in place.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: IdoX Yariv <ido@wizery.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
No differences found