summaryrefslogtreecommitdiff
path: root/drivers/nwmodem
Commit message (Collapse)AuthorAgeFilesLines
* radio-settings: Do not use enum ofono_access_modeDenis Kenzior2021-06-011-3/+2
| | | | | | | Originally the enum was only meant to signify a single radio access mode preference, but over time its meaning was overloaded to be a bitfield with multiple preferences. Switch away from using an enum value to using an unsigned int to make it clearer that the value is a bitfield.
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-171-1/+0
| | | | | | There are a large number of files in the tree that define _GNU_SOURCE despite not actually using features hidden behind this flag. This patch removes all these definitions in one fell swoop...
* drivers: constify vtablesJonas Bonn2018-10-171-1/+1
| | | | | | | | The driver vtables are read-only structures. This patch declares them as 'const' allowing the compiler to (optionally) put them in the RELRO section. RELRO pages may be marked as read-only by the linker after the relocations have been done ensuring that they aren't inadvertently or maliciously altered at runtime.
* nwmodem: Remove atom if driver fails to initDenis Kenzior2012-03-261-1/+3
|
* drivers: Update copyright informationMarcel Holtmann2011-10-103-3/+3
|
* nwmodem: M15 coding style fixJeevaka Badrappan2011-01-122-4/+4
|
* drivers: explicitly compare pointers to NULLLucas De Marchi2010-11-291-1/+1
| | | | | | | | | | | | | | This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
* nwmodem: Fix handling of radio access mode enumMarcel Holtmann2010-10-271-9/+9
|
* nwemodem: Fix up radio-settings driverDenis Kenzior2010-08-131-13/+16
|
* nwemodem: Use g_at_chat_cloneDenis Kenzior2010-08-121-1/+3
|
* Add support for Novatel specific radio settingsMarcel Holtmann2010-06-063-0/+213
|
* Add Novatel Wireless (NW) specific modem driverMarcel Holtmann2010-06-062-0/+68