summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Declare btusb_table[] and blacklist_table[] as constMarcel Holtmann2013-10-111-2/+2
* Bluetooth: Remove pointless parameter check in vhci_send_frame()Marcel Holtmann2013-10-111-8/+1
* Bluetooth: Remove pointless parameter check in hci_uart_send_frame()Marcel Holtmann2013-10-111-8/+1
* Bluetooth: Remove pointless parameter check in dtl1_hci_send_frame()Marcel Holtmann2013-10-111-8/+1
* Bluetooth: Remove pointless parameter check in btuart_hci_send_frame()Marcel Holtmann2013-10-111-8/+1
* Bluetooth: Remove pointless parameter check in btmrvl_send_frame()Marcel Holtmann2013-10-111-8/+1
* Bluetooth: Remove pointless parameter check in bt3c_hci_send_frame()Marcel Holtmann2013-10-111-8/+1
* Bluetooth: Remove pointless parameter check in bluecard_hci_send_frame()Marcel Holtmann2013-10-111-8/+1
* Bluetooth: Remove pointless parameter check in bfusb_send_frame()Marcel Holtmann2013-10-111-8/+1
* Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann2013-10-1115-32/+18
* Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann2013-10-1115-41/+24
* Bluetooth: Remove unused h4_check_data_len() functionMarcel Holtmann2013-10-111-24/+0
* Bluetooth: Remove return value from hci_send_frame() functionMarcel Holtmann2013-10-111-2/+3
* Bluetooth: Remove pointless check of hci_send_frame parameterMarcel Holtmann2013-10-111-5/+0
* Bluetooth: Move skb->dev assignment for hdev->send into central placeMarcel Holtmann2013-10-112-17/+10
* Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann2013-10-116-5/+8
* Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann2013-10-116-5/+6
* Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann2013-10-115-4/+8
* Bluetooth: Remove hdev->ioctl driver callbackMarcel Holtmann2013-10-102-5/+1
* Bluetooth: Remove unused btmrvl_ioctl() callbackMarcel Holtmann2013-10-101-10/+3
* Bluetooth: Remove unused dtl1_hci_ioctl() callbackMarcel Holtmann2013-10-101-11/+4
* Bluetooth: Remove unused btuart_hci_ioctl() callbackMarcel Holtmann2013-10-101-11/+4
* Bluetooth: Remove unused bt3c_hci_ioctl() callbackMarcel Holtmann2013-10-101-11/+4
* Bluetooth: Remove unused bluecard_hci_ioctl() callbackMarcel Holtmann2013-10-101-11/+4
* Bluetooth: Remove unused bfusb_ioctl() callbackMarcel Holtmann2013-10-101-10/+4
* Bluetooth: AMP contollers do not support the legacy ioctlsMarcel Holtmann2013-10-102-0/+13
* Bluetooth: Use hci_conn_num() instead of direct connection hash accessMarcel Holtmann2013-10-101-6/+6
* Bluetooth: Use hci_conn_num() for checking number of LE connectionsMarcel Holtmann2013-10-101-2/+2
* Bluetooth: Fix too long line with set_advertising() functionMarcel Holtmann2013-10-101-1/+2
* Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commandsJohan Hedberg2013-10-101-1/+2
* Bluetooth: Fix potential double-frees of L2CAP skbsJohan Hedberg2013-10-101-2/+6
* Bluetooth: Restrict high speed support to SSP enabled controllersMarcel Holtmann2013-10-101-10/+32
* Bluetooth: Remove unneeded val variable when setting SSPMarcel Holtmann2013-10-101-5/+3
* Bluetooth: Refactor hci_connect_leAndre Guedes2013-10-101-18/+33
* Bluetooth: Use HCI request for LE connectionAndre Guedes2013-10-102-55/+67
* Bluetooth: Fix changing advertising setting while LE is connectedJohan Hedberg2013-10-081-1/+7
* Bluetooth: Fix variable shadow warningsJohannes Berg2013-10-072-6/+8
* Bluetooth: Read flow control mode on AMP controller initMarcel Holtmann2013-10-071-0/+3
* Bluetooth: Read location data on AMP controller initMarcel Holtmann2013-10-072-0/+5
* Bluetooth: Read supported features and commands on AMP controllersMarcel Holtmann2013-10-071-0/+6
* Bluetooth: List powered down AMP controllers correctlyMarcel Holtmann2013-10-071-1/+4
* Bluetooth: Make mgmt power down notification for BR/EDR explicitMarcel Holtmann2013-10-071-5/+6
* Bluetooth: Power off AMP controllers after setup phaseMarcel Holtmann2013-10-071-1/+1
* Bluetooth: Make mgmt_discovering() return voidMarcel Holtmann2013-10-072-3/+3
* Bluetooth: Make mgmt_remote_name() return voidMarcel Holtmann2013-10-072-6/+5
* Bluetooth: Make mgmt_device_found() return voidMarcel Holtmann2013-10-072-9/+9
* Bluetooth: Make mgmt_device_disconnected() return voidMarcel Holtmann2013-10-072-9/+5
* Bluetooth: Make mgmt_device_connected() return voidMarcel Holtmann2013-10-072-8/+8
* Bluetooth: Make mgmt_connect_failed() return voidMarcel Holtmann2013-10-072-5/+5
* Bluetooth: Make mgmt_disconnect_failed() return voidMarcel Holtmann2013-10-072-10/+7
OpenPOWER on IntegriCloud