summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: Modify core.c for new driversLarry Finger2014-09-264-234/+602
* rtlwifi: rtl_pci: Start modification for new driversLarry Finger2014-09-265-334/+605
* rtlwifi: Remove extra workqueue for enter/leave power stateLarry Finger2014-09-261-5/+2
* rtlwifi: btcoexist: Fix Smatch warningLarry Finger2014-09-263-3/+3
* ath9k: Fix offchannel queuingSujith Manoharan2014-09-261-3/+3
* ath9k: Use normal queues for offchannel framesSujith Manoharan2014-09-261-2/+1
* ath9k: Fix queue managementSujith Manoharan2014-09-261-7/+3
* rt2800: correct BBP1_TX_POWER_CTRL maskStanislaw Gruszka2014-09-261-1/+1
* wil6210: ethtool opsVladimir Kondratiev2014-09-266-12/+138
* bcma: gpio: use ChipCommon GPIO IRQ on BCM47XX arch onlyRafał Miłecki2014-09-261-2/+2
* rtl818x_pci: add RSSI information for rtl8187SEandrea.merello2014-09-261-5/+23
* ath9k: Fix p2p address managementSujith Manoharan2014-09-262-0/+37
* bcma: print chip ID in a more user-friendly formRafał Miłecki2014-09-261-2/+6
* mwifiex: ensure user_scan_in not NULL while setting scan channel gapAvinash Patil2014-09-261-16/+17
* ath9k: Cache BSS informationSujith Manoharan2014-09-263-7/+17
* ath5k: Remove AHB bus supportPaul Bolle2014-09-266-294/+3
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-262-145/+385
|\
| * mrf24j40: use pr_* / dev_* instead of printk()Varka Bhadram2014-09-241-7/+7
| * mrf24j40: remove unnecessary return statementVarka Bhadram2014-09-241-2/+0
| * mrf24j40: fix Missing a blank line after declarationsVarka Bhadram2014-09-241-0/+3
| * Bluetooth: btusb: Implement driver internal packet reassemblyMarcel Holtmann2014-09-161-8/+189
| * Bluetooth: btusb: Split fragement receiption into separate functionsMarcel Holtmann2014-09-161-9/+21
| * Bluetooth: btusb: Fix old coding style issuesMarcel Holtmann2014-09-161-56/+58
| * Bluetooth: btusb: Separate TX URB allocation and submissionMarcel Holtmann2014-09-141-81/+125
| * Bluetooth: btusb: Use GFP_KERNEL in btusb_send_frame()Johan Hedberg2014-09-141-5/+5
* | Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-2610-335/+1003
|\ \
| * | NFC: st21nfca: Fix potential double kfree_skb errorChristophe Ricard2014-09-241-2/+0
| * | NFC: st21nfca: ERR_PTR vs NULL fixChristophe Ricard2014-09-241-2/+2
| * | NFC: st21nfcb: remove error outputChristophe Ricard2014-09-241-3/+1
| * | NFC: st21nfcb: Add ISO15693 Reader/Writer supportChristophe Ricard2014-09-241-0/+1
| * | NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard2014-09-241-0/+10
| * | NFC: st21nfcb: Fix improper ndlc T2 managementChristophe Ricard2014-09-241-1/+5
| * | NFC: st21nfcb: Fix improper management of -EREMOTEIO error code.Christophe Ricard2014-09-242-15/+8
| * | NFC: st21nfca: Fix recursive fault when doing p2p in target mode.Christophe Ricard2014-09-241-7/+4
| * | NFC: st21nfca: Fix potential skb leaks in NFC-DEP codeChristophe Ricard2014-09-241-2/+9
| * | NFC: st21nfca: Fix few coding style issueChristophe Ricard2014-09-241-5/+3
| * | NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen()Mark A. Greer2014-09-241-4/+4
| * | NFC: trf7970a: Unlock mutex before exiting trf7970a_irq()Mark A. Greer2014-09-241-2/+3
| * | NFC: trf7970a: Remove unnecessary local variable initializationMark A. Greer2014-09-241-1/+1
| * | NFC: trf7970a: Remove useless local variableMark A. Greer2014-09-241-2/+1
| * | NFC: st21nfcb: Remove useless headersChristophe Ricard2014-09-083-11/+0
| * | NFC: st21nfca: fix "WARNING: else is not generally useful after a break or re...Christophe Ricard2014-09-081-1/+0
| * | NFC: st21nfca: Clean up macros alignmentChristophe Ricard2014-09-081-25/+25
| * | NFC: st21nfca: Clean up st21nfca.h macrosChristophe Ricard2014-09-082-21/+21
| * | NFC: st21nfcb: Fix logic when running into i2c read retryChristophe Ricard2014-09-081-1/+3
| * | NFC: st21nfca: Add condition to make sure atr_req->length is valid.Christophe Ricard2014-09-081-0/+5
| * | NFC: st21nfca: Remove useless IS_ERR(skb) conditionsChristophe Ricard2014-09-081-20/+0
| * | NFC: st21nfca: Remove useless err == 0 conditionChristophe Ricard2014-09-081-4/+2
| * | NFC: st21nfca: Change nfcid3 generationChristophe Ricard2014-09-081-1/+1
| * | NFC: st21nfca: Remove useless new line in nfc_err callChristophe Ricard2014-09-071-2/+1