summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann4-18/+11
2013-10-13Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointersMarcel Holtmann1-3/+0
2013-10-13Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from L2CAPMarcel Holtmann1-14/+17
2013-10-13Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMPMarcel Holtmann1-18/+21
2013-10-13Bluetooth: Remove l2cap_conn->dst usage from AMP managerMarcel Holtmann2-3/+5
2013-10-12Bluetooth: Unicast connectionless data reception is supportedMarcel Holtmann1-1/+1
2013-10-12Bluetooth: The L2CAP fixed channel connectionless data is supportedMarcel Holtmann2-1/+2
2013-10-12Bluetooth: Allow 3D profile to use security mode 4 level 0Marcel Holtmann3-0/+15
2013-10-12Bluetooth: Limit security mode 4 level 0 to connection oriented channelsMarcel Holtmann2-12/+22
2013-10-12Bluetooth: Fix PSM value for L2CAP connectionless data packetsMarcel Holtmann1-2/+3
2013-10-12Bluetooth: Fix HCI init for 1st generation BlueFRITZ! devicesMarcel Holtmann1-2/+6
2013-10-12Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands listMarcel Holtmann1-0/+1
2013-10-11Bluetooth: Don't advertise high speed support without SSPMarcel Holtmann1-4/+5
2013-10-11Bluetooth: Fix endless loop with HCI_QUIRK_RESET_ON_CLOSEMarcel Holtmann1-0/+1
2013-10-11Bluetooth: Add management command for setting LE scan parametersMarcel Holtmann2-0/+45
2013-10-11Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann3-2/+7
2013-10-11Bluetooth: Declare ath3k_table[] and ath3k_blist_tbl[] as constMarcel Holtmann1-2/+2
2013-10-11Bluetooth: Declare bpa10x_table[] as constMarcel Holtmann1-1/+1
2013-10-11Bluetooth: Declare bfusb_table[] as constMarcel Holtmann1-1/+1
2013-10-11Bluetooth: Declare btusb_table[] and blacklist_table[] as constMarcel Holtmann1-2/+2
2013-10-11Bluetooth: Remove pointless parameter check in vhci_send_frame()Marcel Holtmann1-8/+1
2013-10-11Bluetooth: Remove pointless parameter check in hci_uart_send_frame()Marcel Holtmann1-8/+1
2013-10-11Bluetooth: Remove pointless parameter check in dtl1_hci_send_frame()Marcel Holtmann1-8/+1
2013-10-11Bluetooth: Remove pointless parameter check in btuart_hci_send_frame()Marcel Holtmann1-8/+1
2013-10-11Bluetooth: Remove pointless parameter check in btmrvl_send_frame()Marcel Holtmann1-8/+1
2013-10-11Bluetooth: Remove pointless parameter check in bt3c_hci_send_frame()Marcel Holtmann1-8/+1
2013-10-11Bluetooth: Remove pointless parameter check in bluecard_hci_send_frame()Marcel Holtmann1-8/+1
2013-10-11Bluetooth: Remove pointless parameter check in bfusb_send_frame()Marcel Holtmann1-8/+1
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann15-32/+18
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann15-41/+24
2013-10-11Bluetooth: Remove unused h4_check_data_len() functionMarcel Holtmann1-24/+0
2013-10-11Bluetooth: Remove return value from hci_send_frame() functionMarcel Holtmann1-2/+3
2013-10-11Bluetooth: Remove pointless check of hci_send_frame parameterMarcel Holtmann1-5/+0
2013-10-11Bluetooth: Move skb->dev assignment for hdev->send into central placeMarcel Holtmann2-17/+10
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann6-5/+8
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann6-5/+6
2013-10-11Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann5-4/+8
2013-10-10Bluetooth: Remove hdev->ioctl driver callbackMarcel Holtmann2-5/+1
2013-10-10Bluetooth: Remove unused btmrvl_ioctl() callbackMarcel Holtmann1-10/+3
2013-10-10Bluetooth: Remove unused dtl1_hci_ioctl() callbackMarcel Holtmann1-11/+4
2013-10-10Bluetooth: Remove unused btuart_hci_ioctl() callbackMarcel Holtmann1-11/+4
2013-10-10Bluetooth: Remove unused bt3c_hci_ioctl() callbackMarcel Holtmann1-11/+4
2013-10-10Bluetooth: Remove unused bluecard_hci_ioctl() callbackMarcel Holtmann1-11/+4
2013-10-10Bluetooth: Remove unused bfusb_ioctl() callbackMarcel Holtmann1-10/+4
2013-10-10Bluetooth: AMP contollers do not support the legacy ioctlsMarcel Holtmann2-0/+13
2013-10-10Bluetooth: Use hci_conn_num() instead of direct connection hash accessMarcel Holtmann1-6/+6
2013-10-10Bluetooth: Use hci_conn_num() for checking number of LE connectionsMarcel Holtmann1-2/+2
2013-10-10Bluetooth: Fix too long line with set_advertising() functionMarcel Holtmann1-1/+2
2013-10-10Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commandsJohan Hedberg1-1/+2
2013-10-10Bluetooth: Fix potential double-frees of L2CAP skbsJohan Hedberg1-2/+6