dect
/
libdect
Archived
13
0
Fork 0
Commit Graph

8 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 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 5e43fe632b example: add PP info request example
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-30 14:52:19 +02:00