27 Sep, 2018

1 commit

  • observed sometimes data is coming with unaligned address from kernel
    BT stack. If unaligned address is passed, some data in payload is
    stripped when packet is loading to firmware and this results, BT
    connection timeout is happening.

    sh# hciconfig hci0 up
    Can't init device hci0: hci0 command 0x0c03 tx timeout

    Fixed this by moving the data to aligned address.

    Signed-off-by: Sanjay Kumar Konduri
    Signed-off-by: Siva Rebbagondla
    Signed-off-by: Marcel Holtmann

    Sanjay Kumar Konduri
     

02 Apr, 2018

1 commit


14 Mar, 2018

1 commit

  • Redpine bluetooth driver is a thin driver which depends on
    'rsi_91x' driver for transmitting and receiving packets
    to/from device. It creates hci interface when attach() is
    called from 'rsi_91x' module.

    Signed-off-by: Prameela Rani Garnepudi
    Signed-off-by: Siva Rebbagondla
    Acked-by: Marcel Holtmann
    Reviewed-by: Marcel Holtmann
    Signed-off-by: Amitkumar Karwar
    Signed-off-by: Kalle Valo

    Prameela Rani Garnepudi