summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-14ar5523: Fix sparse endianness warningsPontus Fuchs2-21/+24
2012-11-14drivers/net/wireless/ath/ath6kl/hif.c: drop if around WARN_ONJulia Lawall1-4/+2
2012-11-14Wireless: rt2x00: Add device id for Sweex LW323 to rt2800usb.cJaume Delclòs1-0/+1
2012-11-14mwifiex: add multi-queue supportAvinash Patil14-98/+107
2012-11-14mwifiex: add support for SDIO card resetAmitkumar Karwar4-0/+38
2012-11-14brcmfmac: remove duplicated include from dhd_dbg.cWei Yongjun1-1/+0
2012-11-14ar5523: use module_usb_driver to simplify the codeWei Yongjun1-12/+1
2012-11-14add Marvell 88W8688 support to libertas_sdioHarro Haan1-9/+30
2012-11-14carl9170: kill MODULE_VERSIONLuis R. Rodriguez1-5/+0
2012-11-14ath9k: fix memory leak in DFS pattern detectorZefir Kurtisi1-0/+1
2012-11-14ath9k: resolve name collision in DFS detectorZefir Kurtisi2-4/+4
2012-11-14wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches3-66/+52
2012-11-14rtlwifi: rtl8192ce: rtl8192cu: rtl8192se: rtl81723ae: Turn on building of the...Larry Finger9-30/+181
2012-11-14rtlwifi: Modify files for addition of rtl8723aeLarry Finger5-0/+333
2012-11-14rtlwifi: rtl8723ae: Add new driverLarry Finger29-0/+15579
2012-11-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville16-193/+1486
2012-11-01Bluetooth: Fix parameter order of hci_get_routeJohan Hedberg1-1/+1
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko4-8/+6
2012-11-01Bluetooth: Process Create Chan RequestAndrei Emeltchenko1-20/+43
2012-11-01Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko4-13/+28
2012-11-01Bluetooth: AMP: Check for hs_hcon instead of ctrl_idAndrei Emeltchenko1-2/+2
2012-11-01Bluetooth: Disconnect logical link when deleting chanAndrei Emeltchenko3-0/+22
2012-11-01Bluetooth: AMP: Remove hci_conn receiving error command statusAndrei Emeltchenko1-4/+13
2012-11-01Bluetooth: AMP: Process Disc Physical Link Complete evtAndrei Emeltchenko1-0/+26
2012-11-01Bluetooth: AMP: Process Disc Logical LinkAndrei Emeltchenko3-0/+36
2012-11-01Bluetooth: AMP: Add Logical Link Create functionAndrei Emeltchenko4-5/+73
2012-11-01Bluetooth: Derive remote and local amp id from chan structAndrei Emeltchenko1-2/+4
2012-11-01Bluetooth: Return correct L2CAP response typeAndrei Emeltchenko1-1/+10
2012-11-01Bluetooth: Save hs_hchan instead of hs_hcon in loglink completeAndrei Emeltchenko1-1/+1
2012-11-01Bluetooth: trivial: Fix braces style and remove empty lineAndrei Emeltchenko1-2/+2
2012-11-01Bluetooth: mgmt: Use __constant when dealing with constantsSyam Sidhardhan1-5/+5
2012-11-01Bluetooth: Remove unnecessary include export.hSyam Sidhardhan2-2/+0
2012-11-01Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko1-0/+2
2012-11-01Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko3-2/+46
2012-11-01Bluetooth: AMP: Process Physical Link Complete evtAndrei Emeltchenko1-0/+55
2012-11-01Bluetooth: Use helper function sending EFS conf rspAndrei Emeltchenko1-6/+1
2012-11-01Bluetooth: trivial: Remove unneeded assignmentAndrei Emeltchenko1-1/+1
2012-11-01Bluetooth: Fix sending unnecessary HCI_LE_Host_EnableJohan Hedberg1-2/+8
2012-11-01Bluetooth: Fix unnecessary EIR update during powering onJohan Hedberg1-1/+6
2012-11-01Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode commandJohan Hedberg2-1/+3
2012-11-01Bluetooth: Fix setting host feature bits for SSPJohan Hedberg1-3/+10
2012-11-01Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg2-0/+6
2012-11-01Bluetooth: Add flag for LE GAP Peripheral roleJohan Hedberg1-0/+1
2012-11-01Bluetooth: Make use feature test macrosJohan Hedberg2-18/+18
2012-11-01Bluetooth: Add missing feature test macrosJohan Hedberg1-4/+14
2012-11-01Bluetooth: Fix updating host feature bits for LEJohan Hedberg1-0/+5
2012-11-01Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adaptersJohan Hedberg1-3/+19
2012-11-01Bluetooth: Fix HCI command sending when powering on LE-only adaptersJohan Hedberg1-13/+21
2012-11-01Bluetooth:Replace list_for_each with list_for_each_entry() helperDenis Kirjanov1-12/+8
2012-10-30ar5523: make buffer size variable unsignedDan Carpenter1-1/+1