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:
4348d08
)
mwifiex: declare snap_type as __be16 variable
author
Amitkumar Karwar
<akarwar@marvell.com>
Tue, 3 Dec 2013 07:17:49 +0000
(23:17 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 9 Dec 2013 20:35:27 +0000
(15:35 -0500)
Actually we are updating snap_type with h_proto (__be16 variable)
in ethernet frame header. Hence endianness conversion is not
required.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found