Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
341352d1
Commit
341352d1
authored
May 08, 2012
by
John W. Linville
Browse files
iwlwifi: fix-up some merge damage from commit
0d6c4a2e
Signed-off-by:
John W. Linville
<
linville@tuxdriver.com
>
parent
70c33eaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/net/wireless/iwlwifi/iwl-agn-rx.c
View file @
341352d1
...
...
@@ -764,7 +764,8 @@ static void iwlagn_pass_packet_to_mac80211(struct iwl_priv *priv,
fraglen
=
len
-
hdrlen
;
if
(
fraglen
)
{
int
offset
=
(
void
*
)
hdr
-
rxb_addr
(
rxb
)
+
rxb_offset
(
rxb
);
int
offset
=
(
void
*
)
hdr
+
hdrlen
-
rxb_addr
(
rxb
)
+
rxb_offset
(
rxb
);
skb_add_rx_frag
(
skb
,
0
,
rxb_steal_page
(
rxb
),
offset
,
fraglen
,
rxb
->
truesize
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment