summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-09Bluetooth: btmrvl_sdio: remove pointless conditional before release_firmware()Jesper Juhl1-7/+2
2012-05-09Bluetooth: Functions for handling ERTM control fieldsMat Martineau1-0/+113
2012-05-09Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau2-8/+154
2012-05-09Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan3-22/+22
2012-05-09Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko3-6/+14
2012-05-09Bluetooth: Add Read Local AMP Info to initAndrei Emeltchenko1-0/+3
2012-05-09Bluetooth: mgmt: Fix missing connect failed event for LEHemant Gupta1-0/+2
2012-05-09Bluetooth: Fix clearing discovery type when stopping discoveryHemant Gupta1-1/+0
2012-05-09Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes2-8/+7
2012-05-09Bluetooth: Send correct address type for LTKHemant Gupta1-1/+1
2012-05-09Bluetooth: Remove unneeded zero initializationAndrei Emeltchenko1-1/+0
2012-05-09Bluetooth: vhci: Ignore return code of nonseekable_open()David Herrmann1-1/+2
2012-05-09Bluetooth: Update management interface revisionMarcel Holtmann1-1/+1
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan3-6/+6
2012-05-09Bluetooth: Make L2CAP chan_add functions staticAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Remove unneeded timer clearAndrei Emeltchenko1-3/+0
2012-05-09Bluetooth: Add a structure to carry ERTM data in skb control blocksMat Martineau1-0/+13
2012-05-09Bluetooth: Add definitions and struct members for new ERTM state machineMat Martineau1-0/+49
2012-05-09Bluetooth: Comments and style fixesAndrei Emeltchenko1-3/+8
2012-05-09Bluetooth: Add HCI_PERIODIC_INQ to dev_flagsAndre Guedes1-0/+1
2012-05-09Bluetooth: Add Periodic Inquiry command complete handlerAndre Guedes1-0/+2
2012-05-09Bluetooth: Ignore inquiry results from periodic inquiryAndre Guedes1-0/+9
2012-05-09Bluetooth: Check HCI_PERIODIC_INQ in start_discoveryAndre Guedes1-0/+6
2012-05-09Bluetooth: Add HCI_PERIODIC_INQ to dev_flagsAndre Guedes1-1/+9
2012-05-09Bluetooth: Add Periodic Inquiry command complete handlerAndre Guedes1-0/+11
2012-05-09Bluetooth: Refactor stop_discoveryAndre Guedes1-16/+24
2012-05-09Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiryAndre Guedes1-1/+1
2012-05-09Bluetooth: Silence sparse warningAndrei Emeltchenko1-3/+1
2012-05-09Bluetooth: mgmt: Don't allow to set invalid value to DeviceID sourceSzymon Janc1-1/+8
2012-05-09Bluetooth: mgmt: Fix some code style and indentation issuesSzymon Janc1-6/+6
2012-05-09Bluetooth: LE support for MGMT stop discoveryAndre Guedes2-2/+10
2012-05-09Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes2-0/+19
2012-05-09Bluetooth: trivial: Remove sparse warningsAndrei Emeltchenko1-3/+3
2012-05-09Bluetooth: Fix broken usage of get_unaligned_le16Marcel Holtmann1-6/+6
2012-05-09Bluetooth: Fix opcode access in hci_completeAndrei Emeltchenko1-1/+2
2012-05-09Bluetooth: Fix type in cpu_to_le conversionAndrei Emeltchenko1-3/+3
2012-05-09Bluetooth: trivial: Correct typesAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: trivial: Fix endian conversion modeAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Convert error codes to le16Andrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Correct CID endian notationAndrei Emeltchenko1-2/+4
2012-05-09Bluetooth: Correct length calc in L2CAP conf rspAndrei Emeltchenko1-3/+3
2012-05-09Bluetooth: Correct ediv in SMPAndrei Emeltchenko2-2/+2
2012-05-09Bluetooth: Fix broken usage of put_unaligned_le16Marcel Holtmann1-17/+16
2012-05-09Bluetooth: Add management command for setting Device IDMarcel Holtmann2-0/+35
2012-05-09Bluetooth: Handle EIR tags for Device IDMarcel Holtmann2-0/+17
2012-05-09Bluetooth: Add TX power tag to EIR dataMarcel Holtmann4-3/+20
2012-05-09Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann3-4/+2
2012-05-09Bluetooth: Check FINDING state in interleaved discoveryAndre Guedes1-1/+2
2012-05-09Bluetooth: Correct chan->psm endian conversionsAndrei Emeltchenko1-5/+5
2012-05-09Bluetooth: Fix extra conversion to __le32Andrei Emeltchenko1-1/+1