dect
/
libdect
Archived
13
0
Fork 0
Commit Graph

11 Commits

Author SHA1 Message Date
Patrick McHardy ecc2c7d990 libdect: add preliminary wideband support
Unfinished, so far only meant for testing the kernel side.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-10-05 19:06:54 +02:00
Patrick McHardy 54cf9fbbe4 example: add getopt_long option parsing
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-09-03 13:26:53 +02:00
Patrick McHardy 09d758f452 example: centralize ipui definition
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-09-03 10:05:51 +02:00
Patrick McHardy 6a9b663d14 example: set IPUI in PP examples
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-08-26 02:00:39 +02:00
Patrick McHardy dddf792e7e examples: minor fixes
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-08-17 22:37:20 +02:00
Patrick McHardy f920361f12 example: add pp-common.c for common PP functions
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-08-09 18:10:58 +02:00
Patrick McHardy 23838258a0 example: check FP capabilities before invoking optional features
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-08-03 00:38:10 +02:00
Patrick McHardy d686e538ed example: revert MM endpoint destruction
The endpoint can neither be destroyed before the handle is closed as it
doesn't clean up its open transactions and thus causes a use-after-free
on shutdown, nor after the handle has been closed since it needs a valid
handle.

Leak them for now until a better solution has been found.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-31 12:33:24 +02:00
Patrick McHardy 9af8e4edbb example: fix use after free
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-31 10:31:40 +02:00
Patrick McHardy 4c5e3a4a03 example: release MM endpoints on shutdown
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-30 19:25:45 +02:00
Patrick McHardy f63b59f427 example: add PP location update example
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-28 09:08:31 +02:00