aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-22Bluetooth: Add initial support for ERTM packets transfersGustavo F. Padovan3-51/+390
2009-08-22Bluetooth: Create separate l2cap_send_disconn_req() functionGustavo F. Padovan1-30/+16
2009-08-22Bluetooth: Add configuration support for ERTM and Streaming modeGustavo F. Padovan2-35/+255
2009-08-22Bluetooth: Add L2CAP RFC option if ERTM is enabledMarcel Holtmann1-3/+20
2009-08-22Bluetooth: Allow setting of L2CAP ERTM via socket optionMarcel Holtmann2-7/+38
2009-08-22Bluetooth: Add module option to enable L2CAP ERTM supportMarcel Holtmann1-2/+10
2009-08-22Bluetooth: Coding style cleanup from previous rfcomm_init bug fixMarcel Holtmann1-13/+15
2009-08-22Bluetooth: Convert hdev->req_lock to a mutexThomas Gleixner2-4/+4
2009-08-22Bluetooth: Add missing kmalloc NULL tests to Marvell driverJulia Lawall1-2/+3
2009-08-22Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driverBing Zhao2-6/+9
2009-08-22Bluetooth: Remove Enter/Leave debug statements from Marvell driverMarcel Holtmann2-219/+23
2009-08-22Bluetooth: Fix last few compiler warning within Marvell core driverMarcel Holtmann1-4/+4
2009-08-22Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_packMarcel Holtmann1-14/+8
2009-08-22Bluetooth: Remove private device name of Marvell SDIO driverMarcel Holtmann2-5/+0
2009-08-22Bluetooth: Fix module description strings for Marvell driverMarcel Holtmann2-2/+2
2009-08-22Bluetooth: Fix complicated assignment of firmware for Marvell devicesMarcel Holtmann2-53/+38
2009-08-22Bluetooth: Some coding style cleanup for Marvell core driverMarcel Holtmann1-52/+45
2009-08-22Bluetooth: Remove pointless casts from Marvell debugfs supportMarcel Holtmann1-143/+106
2009-08-22Bluetooth: Remove pointless ifdef protection for Marvell header filesMarcel Holtmann2-10/+0
2009-08-22Bluetooth: Fix compilation of Marvell driver without debugfsMarcel Holtmann1-1/+3
2009-08-22Bluetooth: Fix Kconfig for Marvell Bluetooth driverMarcel Holtmann1-2/+1
2009-08-22Bluetooth: Add documentation for Marvell Bluetooth driverBing Zhao2-0/+121
2009-08-22Bluetooth: Add debugfs support to btmrvl driverBing Zhao5-1/+487
2009-08-22Bluetooth: Add Marvell BT-over-SDIO driverBing Zhao4-0/+1255
2009-08-22Bluetooth: Add btmrvl driver for Marvell Bluetooth devicesBing Zhao4-0/+867
2009-08-22Bluetooth: Let HIDP grab the device reference for connectionsMarcel Holtmann2-21/+43
2009-08-22Bluetooth: Add extra device reference counting for connectionsMarcel Holtmann3-1/+22
2009-08-22Bluetooth: Disconnect HIDRAW devices on disconnectMarcel Holtmann1-0/+3
2009-08-22Bluetooth: Improve USB driver throughput by increasing the frame sizeVikram Kandukuri1-3/+1
2009-08-22Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is receivedVikram Kandukuri1-0/+1
2009-08-22Bluetooth: Add proper shutdown support to SCO socketsMarcel Holtmann1-15/+34
2009-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller99-2170/+2790
2009-08-20MAINTAINERS: add information for mwl8k wireless driverLennert Buytenhek1-0/+6
2009-08-20mwl8k: update copyright and version numberLennert Buytenhek1-2/+2
2009-08-20mwl8k: remove mwl8k_queue_work()Lennert Buytenhek1-64/+0
2009-08-20mwl8k: get rid of mwl8k_configure_filter() workqueue useLennert Buytenhek1-45/+20
2009-08-20mwl8k: get rid of mwl8k_get_stats() workqueue useLennert Buytenhek1-30/+2
2009-08-20mwl8k: get rid of mwl8k_conf_tx() workqueue useLennert Buytenhek1-43/+14
2009-08-20mwl8k: get rid of mwl8k_set_rts_threshold() workqueue useLennert Buytenhek1-39/+3
2009-08-20mwl8k: get rid of mwl8k_bss_info_changed() workqueue useLennert Buytenhek1-63/+38
2009-08-20mwl8k: get rid of mwl8k_config() workqueue useLennert Buytenhek1-52/+20
2009-08-20mwl8k: get rid of mwl8k_stop() workqueue useLennert Buytenhek1-25/+1
2009-08-20mwl8k: get rid of mwl8k_start() workqueue useLennert Buytenhek1-78/+27
2009-08-20mwl8k: fix firmware command serialisationLennert Buytenhek1-65/+89
2009-08-20mwl8k: mwl8k_queue_work() cleanupLennert Buytenhek1-171/+33
2009-08-20mwl8k: mwl8k_txq_xmit() reworkLennert Buytenhek1-93/+52
2009-08-20mwl8k: implement idle modeLennert Buytenhek1-0/+6
2009-08-20mwl8k: no need to hold ->tx_lock while setting the hardware interrupt maskLennert Buytenhek1-6/+0
2009-08-20mwl8k: don't hardcode the number of transmit queuesLennert Buytenhek1-7/+7
2009-08-20mwl8k: don't touch 'command done' interrupt during firmware loadLennert Buytenhek1-23/+1