aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/net.c
Commit message (Collapse)AuthorAgeFilesLines
* net: PLMN list extract helpers, PLMN typePaul Kocialkowski2014-08-021-0/+40
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* net: Proper PLMN copy, without null terminating bytePaul Kocialkowski2014-05-251-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Consistent coding style in helpersPaul Kocialkowski2014-02-091-33/+32
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Follow consistent coding style in headersPaul Kocialkowski2014-02-061-7/+6
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-1/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-251-2/+4
| | | | | Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Refactor code for consistent coding style and avoid using assertPaul Kocialkowski2013-06-251-3/+10
| | | | | Change-Id: Idca5edb70869e07d35744301b185df02e42f5b4c Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-251-1/+1
| | | | | | | Also some minor headers cosmetics. Change-Id: Id2b988b118d956e91827b9b840e3f384424593ae Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* samsung-ipc: cleanup to match common code styleSimon Busch2012-09-211-1/+1
|
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
|
* net: renaming some parts to be more reasonableSimon Busch2012-08-301-2/+2
|
* Added NET_MODE_SEL headers, fixed NET_PLMN_SEL structure and related functionPaulK2012-02-011-9/+27
| | | | | | Also: * renamed IPC_NET_PLMN_SEL_MODE to IPC_NET_PLMN_SEL_... * switched plmn from unsigned to signed char array as it's a string
* net: fix styling/naming/coding issuesSimon Busch2012-02-061-3/+3
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* net: add structure to set network PLMN selection modeSimon Busch2012-02-061-0/+16
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+2
| | | | | | | On IRC we agreed to use vim:ts=4:sw=4:expandtab as uniform indentation style for the library. Signed-off-by: Simon Busch <morphis@gravedo.de>
* net: correct net_regist_get and add helperJoerie de Gram2011-10-281-0/+27