summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-16ath9k: simplify ath_tid_drainFelix Fietkau1-12/+0
2013-08-16ath9k: avoid accessing MRC registers on single-chain devicesFelix Fietkau1-0/+4
2013-08-16ath9k: simplify debugfs chainmask handlingFelix Fietkau1-88/+4
2013-08-16ath9k: remove ath9k_sta_remove_debugfsFelix Fietkau4-20/+1
2013-08-16ath9k: shrink a few data structures by reordering fieldsFelix Fietkau2-14/+14
2013-08-16ath9k: fix rx descriptor related race conditionFelix Fietkau2-8/+14
2013-08-16brcmfmac: use configurable sdio bus header length for tx packetFranky Lin1-14/+16
2013-08-16brcmfmac: streamline sdio bus header codeFranky Lin1-123/+120
2013-08-16brcmfmac: remove align from brcmf_bus structureFranky Lin3-11/+17
2013-08-16brcmfmac: abstract tx packet processing functionsFranky Lin3-78/+177
2013-08-16brcmfmac: add support for manual TDLS operationsArend van Spriel2-1/+77
2013-08-16brcmfmac: ignore IF event if firmware indicates itArend van Spriel2-0/+6
2013-08-16brcmfmac: no fws locking outside fws module.Hante Meuleman2-66/+62
2013-08-16brcmfmac: always use worker thread for tx data.Hante Meuleman3-56/+54
2013-08-16brcmfmac: add AMPDU reordering functionalityArend van Spriel3-27/+283
2013-08-16brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel3-3/+5
2013-08-16brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata()Arend van Spriel2-3/+8
2013-08-15Merge tag 'nfc-next-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-112/+672
2013-08-15Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville11-43/+270
2013-08-14NFC: pn544: i2c: Add firmware download implementation for pn544Eric Lapuyade1-12/+334
2013-08-14NFC: pn544: Add firmware operations hci opsEric Lapuyade4-4/+21
2013-08-14NFC: pn544: i2c: Add firmware download mode power-on supportEric Lapuyade3-6/+14
2013-08-14NFC: pn533: Add some polling entropySamuel Ortiz1-1/+6
2013-08-14NFC: pn533: Add delay between each poll frameSamuel Ortiz1-5/+11
2013-08-14NFC: pn533: Store the correct frame size (normal vs ext)Olivier Guiter1-9/+7
2013-08-14NFC: pn533: Split large Tx frames in chunksOlivier Guiter1-14/+130
2013-08-14NFC: pn533: Add extended information frame decoding supportOlivier Guiter1-13/+72
2013-08-14NFC: pn533: Enable AUTO RFCASamuel Ortiz1-3/+6
2013-08-14NFC: pn533: Unconditionaly select the highest p2p bit rateSamuel Ortiz1-36/+20
2013-08-14NFC: pn533: Request System code from SENSF_REQSamuel Ortiz1-2/+2
2013-08-14NFC: pn533: Fix the pn533 polling loopSamuel Ortiz1-1/+54
2013-08-14NFC: pn533: Fix hardware busy loop when establishing the LLCP linkSamuel Ortiz1-11/+0
2013-08-14NFC: Fix missing static declarationsThierry Escande1-3/+3
2013-08-12mwifiex: fix build error when CONFIG_PM is not setBing Zhao1-2/+2
2013-08-12iwlwifi: mvm: remove MIMO3 from rate scale codeEyal Shapira2-389/+45
2013-08-12iwlwifi: mvm: Add basic uAPSD client supportAlexander Bondar6-28/+135
2013-08-12iwlwifi: mvm: don't clear tbl->win mistakenlyEliad Peller1-1/+1
2013-08-12iwlwifi: mvm: remove unused fields of iwl_rs_rate_infoEyal Shapira2-43/+16
2013-08-12iwlwifi: pcie: returning positive instead of negativeDan Carpenter1-1/+1
2013-08-12iwlwifi: mvm: remove rate_scale_data debugfs entryEyal Shapira2-31/+0
2013-08-12iwlwifi: pcie: don't swallow error codes in iwl_trans_pcie_alloc()Luciano Coelho2-13/+17
2013-08-12iwlwifi: mvm: add support to the new FW time event APIEytan Lifshitz3-73/+251
2013-08-12mac80211: add vif to testmode cmdDavid Spinadel3-2/+5
2013-08-12cfg80211: add wdev to testmode cmdDavid Spinadel3-4/+10
2013-08-12mac80211: add control port protocol TX control flagJohannes Berg3-9/+9
2013-08-09ath9k: Run the LNA combining algorithm properlySujith Manoharan1-16/+28
2013-08-09ath9k: Fix BTCOEX usage for RX diversitySujith Manoharan1-2/+2
2013-08-09ath9k: use software queueing for multicast trafficFelix Fietkau3-2/+23
2013-08-09ath9k: improve tx scheduling fairnessFelix Fietkau1-39/+50
2013-08-09ath9k: use software queues for un-aggregated data packetsFelix Fietkau2-127/+145