You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Carpenter
f23aa62545
caif: fix endian conversion in cffrml_transmit()
...
The "tmp" variable here is used to store the result of cpu_to_le16()
so it should be an __le16 instead of an int. We want the high bits
set and the current code works on little endian systems but not on
big endian systems.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 years ago
..
Kconfig
caif: Kconfig and Makefile fixes
15 years ago
Makefile
caif: prepare support for namespaces
14 years ago
caif_dev.c
net: Fix files explicitly needing to include module.h
13 years ago
caif_socket.c
caif: Fixes freeze on Link layer removal.
14 years ago
cfcnfg.c
caif: add error handling for allocation
14 years ago
cfctrl.c
caif: Remove OOM messages, use kzalloc
14 years ago
cfdbgl.c
caif: Remove OOM messages, use kzalloc
14 years ago
cfdgml.c
caif: Remove OOM messages, use kzalloc
14 years ago
cffrml.c
caif: fix endian conversion in cffrml_transmit()
13 years ago
cfmuxl.c
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
14 years ago
cfpkt_skbuff.c
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
13 years ago
cfrfml.c
caif: Remove OOM messages, use kzalloc
14 years ago
cfserl.c
caif: Remove OOM messages, use kzalloc
14 years ago
cfsrvl.c
caif: Remove OOM messages, use kzalloc
14 years ago
cfutill.c
caif: Remove OOM messages, use kzalloc
14 years ago
cfveil.c
caif: Remove OOM messages, use kzalloc
14 years ago
cfvidl.c
caif: Remove OOM messages, use kzalloc
14 years ago
chnl_net.c
Remove redundant linux/version.h includes from net/
14 years ago