04 Nov, 2010

1 commit

  • Changes:
    o Bugfix: SO_PRIORITY for SOL_SOCKET could not be handled
    in caif's setsockopt, using the struct sock attribute priority instead.

    o Bugfix: SO_BINDTODEVICE for SOL_SOCKET could not be handled
    in caif's setsockopt, using the struct sock attribute ifindex instead.

    o Wrong assert statement for RFM layer segmentation.

    o CAIF Debug channels was not working over SPI, caif_payload_info
    containing padding info must be initialized.

    o Check on pointer before dereferencing when unregister dev in caif_dev.c

    Signed-off-by: Sjur Braendeland
    Signed-off-by: David S. Miller

    André Carvalho de Matos
     

21 Jun, 2010

1 commit

  • Added new CAIF protocol type CAIFPROTO_DEBUG for accessing
    CAIF debug on the ST Ericsson modems.

    There are two debug servers on the modem, one for radio related
    debug (CAIF_RADIO_DEBUG_SERVICE) and the other for
    communication/application related debug (CAIF_COM_DEBUG_SERVICE).

    The debug connection can contain trace debug printouts or
    interactive debug used for debugging and test.

    Debug connections can be of type STREAM or SEQPACKET.

    Signed-off-by: Sjur Braendeland
    Signed-off-by: David S. Miller

    Sjur Braendeland
     

31 Mar, 2010

1 commit