summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-18Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg3-7/+1
2013-03-18Bluetooth: Fix UUID/class mgmt command response synchronizationJohan Hedberg1-17/+56
2013-03-18Bluetooth: Fix busy condition testing for EIR and class updatesJohan Hedberg1-9/+36
2013-03-18Bluetooth: Wait for HCI command completion with mgmt_set_poweredJohan Hedberg1-12/+34
2013-03-18Bluetooth: Update mgmt powered HCI commands to use async requestsJohan Hedberg1-63/+100
2013-03-18Bluetooth: Move power on HCI command updates to their own functionJohan Hedberg1-36/+42
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu1-4/+2
2013-03-18Bluetooth: Use PTR_RET functionAlexandru Gheorghiu1-3/+1
2013-03-15bluetooth: btmrvl_sdio: look for sd8688 firmware in proper locationLubomir Rintel1-4/+4
2013-03-09Bluetooth: Fix endianness handling of cmd_status/complete opcodesJohan Hedberg1-4/+4
2013-03-09Bluetooth: Check req->err in hci_req_addAndre Guedes1-0/+6
2013-03-09Bluetooth: Make hci_req_add returning voidAndre Guedes2-5/+3
2013-03-09Bluetooth: HCI request error handlingAndre Guedes2-1/+17
2013-03-09Bluetooth: Check hci_req_run returning value in __hci_req_syncAndre Guedes1-6/+9
2013-03-09Bluetooth: Return ENODATA in hci_req_runAndre Guedes1-1/+1
2013-03-09Bluetooth: Fix __hci_req_syncAndre Guedes1-4/+3
2013-03-08Bluetooth: Remove empty HCI event handlersJohan Hedberg1-164/+0
2013-03-08Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg2-8/+0
2013-03-08Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg3-195/+156
2013-03-08Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg3-0/+94
2013-03-08Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg2-0/+10
2013-03-08Bluetooth: Introduce new hci_req_add functionJohan Hedberg2-0/+23
2013-03-08Bluetooth: Refactor HCI command skb creationJohan Hedberg1-8/+20
2013-03-08Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg3-0/+48
2013-03-08Bluetooth: Split HCI init sequence into three stagesJohan Hedberg2-255/+274
2013-03-08Bluetooth: Fix __hci_req_sync() handling of empty requestsJohan Hedberg1-0/+8
2013-03-08Bluetooth: Rename hci_request to hci_req_syncJohan Hedberg1-24/+25
2013-03-08Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins1-5/+2
2013-03-08Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins1-3/+0
2013-03-08Bluetooth: Remove RFCOMM session refcntDean Jenkins2-45/+5
2013-03-08Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins2-51/+58
2013-03-08Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins1-2/+24
2013-03-08Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins1-1/+1
2013-03-08Bluetooth: change bt_sock_unregister() to return voidDavid Herrmann2-13/+4
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann7-19/+7
2013-03-08Bluetooth: Make hidp_get_raw_report abort if the session is terminatingKarl Relton1-0/+4
2013-03-08Bluetooth: Rename hci_acl_disconnAndre Guedes4-6/+6
2013-03-06mwifiex: add WOWLAN supportAmitkumar Karwar6-0/+292
2013-03-06mwifiex: add "ethtool wol" command supportAmitkumar Karwar5-0/+78
2013-03-06mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar5-14/+14
2013-03-06mwifiex: modify skb->truesize for PCIE RxAvinash Patil1-2/+3
2013-03-06mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao1-2/+2
2013-03-06mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao1-0/+2
2013-03-06mwifiex: remove static forward declarations in pcie.cBing Zhao1-76/+74
2013-03-06ath9k: Report rx-crc-errors in ethtool stats.Ben Greear1-0/+2
2013-03-06ath9k: Report txerr-filtered errors in debugfs.Ben Greear2-0/+5
2013-03-06b43: HT-PHY: make it BCMA-onlyRafał Miłecki2-1/+6
2013-03-06ath9k_hw: Fix fixed antenna for AR9462Sujith Manoharan1-0/+17
2013-03-06ath9k_hw: Update initvals for AR9462Sujith Manoharan1-25/+24
2013-03-06ath9k_hw: Use helper functions to simplify HW resetSujith Manoharan1-79/+103