summaryrefslogtreecommitdiffstats
path: root/drivers/stemodem/caif_rtnl.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2010-11-26ste: Remove stray newlines in messages sent to logRémi Denis-Courmont1-1/+1
2010-11-23stemodem: Change use of typesSjur Brændeland1-7/+7
Use the type __u32 for sequence counting rather than guint32, and "void *" instead of gpointer. Reduce the size of RTNL message buffer from 4096 to 1024, as this should be sufficient to hold the NEWLINK message.
2010-11-13stemodem: Fix various coding style and logic issues with RTNL supportMarcel Holtmann1-31/+37
2010-11-13stemodem: Add RTNL functionality managing CAIF Network Interfaces.Sjur Brændeland1-0/+340