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:
d03b4aa
)
mwifiex: fix wrong eth_hdr usage for bridged packets in AP mode
author
Ujjal Roy
<royujjal@gmail.com>
Tue, 5 Nov 2013 23:01:45 +0000
(15:01 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 11 Nov 2013 19:42:45 +0000
(14:42 -0500)
The eth_hdr is never defined in this driver but it gets compiled
without any warning/error because kernel has defined eth_hdr.
Fix it by defining our own p_ethhdr and use it instead of eth_hdr.
Cc: <stable@vger.kernel.org> # 3.7+
Signed-off-by: Ujjal Roy <royujjal@gmail.com>
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>
drivers/net/wireless/mwifiex/uap_txrx.c
patch
|
blob
|
history
diff --cc
drivers/net/wireless/mwifiex/uap_txrx.c
Simple merge