Skip to content

Why does brcm_patchram_plus wait almost infinite after Done setting line discpline #3

@GoogleCodeExporter

Description

@GoogleCodeExporter
During use with the option enable_hci the program waits for almost infinite:

        if (enable_hci) {
                proc_enable_hci();

                while (1) {
                        sleep(UINT_MAX);
                }
        }

UINT_MAX is a very big value.

While ending the program with ^C after the message "Done setting line 
discpline" seem to be working fine.

Is the sleep really requered ? 

Original issue reported on code.google.com by [email protected] on 25 May 2014 at 6:51

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions