summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: add support for SDIO card resetAmitkumar Karwar2012-11-144-0/+38
* brcmfmac: remove duplicated include from dhd_dbg.cWei Yongjun2012-11-141-1/+0
* ar5523: use module_usb_driver to simplify the codeWei Yongjun2012-11-141-12/+1
* add Marvell 88W8688 support to libertas_sdioHarro Haan2012-11-141-9/+30
* carl9170: kill MODULE_VERSIONLuis R. Rodriguez2012-11-141-5/+0
* ath9k: fix memory leak in DFS pattern detectorZefir Kurtisi2012-11-141-0/+1
* ath9k: resolve name collision in DFS detectorZefir Kurtisi2012-11-142-4/+4
* wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-11-143-66/+52
* rtlwifi: rtl8192ce: rtl8192cu: rtl8192se: rtl81723ae: Turn on building of the...Larry Finger2012-11-149-30/+181
* rtlwifi: Modify files for addition of rtl8723aeLarry Finger2012-11-145-0/+333
* rtlwifi: rtl8723ae: Add new driverLarry Finger2012-11-1429-0/+15579
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-11-1416-193/+1486
|\
| * Bluetooth: Fix parameter order of hci_get_routeJohan Hedberg2012-11-011-1/+1
| * Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko2012-11-014-8/+6
| * Bluetooth: Process Create Chan RequestAndrei Emeltchenko2012-11-011-20/+43
| * Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko2012-11-014-13/+28
| * Bluetooth: AMP: Check for hs_hcon instead of ctrl_idAndrei Emeltchenko2012-11-011-2/+2
| * Bluetooth: Disconnect logical link when deleting chanAndrei Emeltchenko2012-11-013-0/+22
| * Bluetooth: AMP: Remove hci_conn receiving error command statusAndrei Emeltchenko2012-11-011-4/+13
| * Bluetooth: AMP: Process Disc Physical Link Complete evtAndrei Emeltchenko2012-11-011-0/+26
| * Bluetooth: AMP: Process Disc Logical LinkAndrei Emeltchenko2012-11-013-0/+36
| * Bluetooth: AMP: Add Logical Link Create functionAndrei Emeltchenko2012-11-014-5/+73
| * Bluetooth: Derive remote and local amp id from chan structAndrei Emeltchenko2012-11-011-2/+4
| * Bluetooth: Return correct L2CAP response typeAndrei Emeltchenko2012-11-011-1/+10
| * Bluetooth: Save hs_hchan instead of hs_hcon in loglink completeAndrei Emeltchenko2012-11-011-1/+1
| * Bluetooth: trivial: Fix braces style and remove empty lineAndrei Emeltchenko2012-11-011-2/+2
| * Bluetooth: mgmt: Use __constant when dealing with constantsSyam Sidhardhan2012-11-011-5/+5
| * Bluetooth: Remove unnecessary include export.hSyam Sidhardhan2012-11-012-2/+0
| * Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko2012-11-011-0/+2
| * Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko2012-11-013-2/+46
| * Bluetooth: AMP: Process Physical Link Complete evtAndrei Emeltchenko2012-11-011-0/+55
| * Bluetooth: Use helper function sending EFS conf rspAndrei Emeltchenko2012-11-011-6/+1
| * Bluetooth: trivial: Remove unneeded assignmentAndrei Emeltchenko2012-11-011-1/+1
| * Bluetooth: Fix sending unnecessary HCI_LE_Host_EnableJohan Hedberg2012-11-011-2/+8
| * Bluetooth: Fix unnecessary EIR update during powering onJohan Hedberg2012-11-011-1/+6
| * Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode commandJohan Hedberg2012-11-012-1/+3
| * Bluetooth: Fix setting host feature bits for SSPJohan Hedberg2012-11-011-3/+10
| * Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg2012-11-012-0/+6
| * Bluetooth: Add flag for LE GAP Peripheral roleJohan Hedberg2012-11-011-0/+1
| * Bluetooth: Make use feature test macrosJohan Hedberg2012-11-012-18/+18
| * Bluetooth: Add missing feature test macrosJohan Hedberg2012-11-011-4/+14
| * Bluetooth: Fix updating host feature bits for LEJohan Hedberg2012-11-011-0/+5
| * Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adaptersJohan Hedberg2012-11-011-3/+19
| * Bluetooth: Fix HCI command sending when powering on LE-only adaptersJohan Hedberg2012-11-011-13/+21
| * Bluetooth:Replace list_for_each with list_for_each_entry() helperDenis Kirjanov2012-11-011-12/+8
| * Bluetooth: Replace *_init() for *_setup()Gustavo Padovan2012-10-241-4/+4
| * Bluetooth: Read adversiting channel TX power during init sequenceJohan Hedberg2012-10-243-0/+28
| * Bluetooth: Add setting of the LE event maskJohan Hedberg2012-10-241-0/+20
| * Bluetooth: Fix LE MTU reporting for HCIGETDEVINFOJohan Hedberg2012-10-241-4/+11
| * Bluetooth: Add initial support for LE-only controllersJohan Hedberg2012-10-242-52/+53