Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: Proper PLMN copy, without null terminating byte | Paul Kocialkowski | 2014-05-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Consistent coding style in helpers | Paul Kocialkowski | 2014-02-09 | 1 | -33/+32 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Follow consistent coding style in headers | Paul Kocialkowski | 2014-02-06 | 1 | -7/+6 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Good-looking copyright blocks, with the right order in copyright lines | Paul Kocialkowski | 2014-01-25 | 1 | -1/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Add newline and indentation on long functions names | Paul Kocialkowski | 2013-06-25 | 1 | -2/+4 |
| | | | | | Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Refactor code for consistent coding style and avoid using assert | Paul Kocialkowski | 2013-06-25 | 1 | -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 Kocialkowski | 2013-06-25 | 1 | -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 style | Simon Busch | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | switch to GPLv2+ as license as decided by all authors per mail | Simon Busch | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | net: renaming some parts to be more reasonable | Simon Busch | 2012-08-30 | 1 | -2/+2 |
| | |||||
* | Added NET_MODE_SEL headers, fixed NET_PLMN_SEL structure and related function | PaulK | 2012-02-01 | 1 | -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 issues | Simon Busch | 2012-02-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | net: add structure to set network PLMN selection mode | Simon Busch | 2012-02-06 | 1 | -0/+16 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Add vim modeline for uniform indentation | Simon Busch | 2011-10-29 | 1 | -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 helper | Joerie de Gram | 2011-10-28 | 1 | -0/+27 |