summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath9k: simplify debugfs chainmask handlingFelix Fietkau2013-08-151-88/+4
* ath9k: remove ath9k_sta_remove_debugfsFelix Fietkau2013-08-154-20/+1
* ath9k: shrink a few data structures by reordering fieldsFelix Fietkau2013-08-152-14/+14
* ath9k: fix rx descriptor related race conditionFelix Fietkau2013-08-152-8/+14
* brcmfmac: use configurable sdio bus header length for tx packetFranky Lin2013-08-151-14/+16
* brcmfmac: streamline sdio bus header codeFranky Lin2013-08-151-123/+120
* brcmfmac: remove align from brcmf_bus structureFranky Lin2013-08-153-11/+17
* brcmfmac: abstract tx packet processing functionsFranky Lin2013-08-153-78/+177
* brcmfmac: add support for manual TDLS operationsArend van Spriel2013-08-152-1/+77
* brcmfmac: ignore IF event if firmware indicates itArend van Spriel2013-08-152-0/+6
* brcmfmac: no fws locking outside fws module.Hante Meuleman2013-08-152-66/+62
* brcmfmac: always use worker thread for tx data.Hante Meuleman2013-08-153-56/+54
* brcmfmac: add AMPDU reordering functionalityArend van Spriel2013-08-153-27/+283
* brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel2013-08-153-3/+5
* brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata()Arend van Spriel2013-08-152-3/+8
* Merge tag 'nfc-next-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-08-156-112/+672
|\
| * NFC: pn544: i2c: Add firmware download implementation for pn544Eric Lapuyade2013-08-141-12/+334
| * NFC: pn544: Add firmware operations hci opsEric Lapuyade2013-08-144-4/+21
| * NFC: pn544: i2c: Add firmware download mode power-on supportEric Lapuyade2013-08-143-6/+14
| * NFC: pn533: Add some polling entropySamuel Ortiz2013-08-141-1/+6
| * NFC: pn533: Add delay between each poll frameSamuel Ortiz2013-08-141-5/+11
| * NFC: pn533: Store the correct frame size (normal vs ext)Olivier Guiter2013-08-141-9/+7
| * NFC: pn533: Split large Tx frames in chunksOlivier Guiter2013-08-141-14/+130
| * NFC: pn533: Add extended information frame decoding supportOlivier Guiter2013-08-141-13/+72
| * NFC: pn533: Enable AUTO RFCASamuel Ortiz2013-08-141-3/+6
| * NFC: pn533: Unconditionaly select the highest p2p bit rateSamuel Ortiz2013-08-141-36/+20
| * NFC: pn533: Request System code from SENSF_REQSamuel Ortiz2013-08-141-2/+2
| * NFC: pn533: Fix the pn533 polling loopSamuel Ortiz2013-08-141-1/+54
| * NFC: pn533: Fix hardware busy loop when establishing the LLCP linkSamuel Ortiz2013-08-141-11/+0
| * NFC: Fix missing static declarationsThierry Escande2013-08-141-3/+3
* | Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2013-08-1511-43/+270
|\ \ | |/ |/|
| * ath6kl: Fix invalid pointer access on fuzz testing with AP modeMohammed Shafi Shajakhan2013-08-071-0/+3
| * ath6kl: Fix race in heart beat pollingVasanthakumar Thiagarajan2013-08-071-0/+3
| * ath10k: add SoC power save option to PCI features mapBartosz Markowski2013-08-072-12/+21
| * ath10k: fix device teardownMichal Kazior2013-08-051-11/+30
| * ath10k: fix failpath in MSI-X setupMichal Kazior2013-08-021-1/+6
| * ath10k: zero arvif memory on add_interface()Michal Kazior2013-08-021-0/+2
| * ath10k: advertise more conservative intf combinationsMichal Kazior2013-08-021-3/+9
| * ath10k: make sure to use passive scan when n_ssids is 0Michal Kazior2013-08-021-0/+2
| * ath10k: prevent using invalid ringbuffer indexesMichal Kazior2013-08-021-0/+5
| * ath10k: implement get_survey()Michal Kazior2013-08-024-1/+122
| * ath10k: implement tx checksum offloadingMichal Kazior2013-08-022-0/+4
| * ath10k: implement rx checksum offloadingMichal Kazior2013-08-021-0/+40
| * ath10k: detect the number of spatial streams supported by hwMichal Kazior2013-07-313-12/+20
| * ath10k: improve tx throughput on slow machinesMichal Kazior2013-07-311-3/+3
* | mwifiex: fix build error when CONFIG_PM is not setBing Zhao2013-08-121-2/+2
* | ath9k: Run the LNA combining algorithm properlySujith Manoharan2013-08-091-16/+28
* | ath9k: Fix BTCOEX usage for RX diversitySujith Manoharan2013-08-091-2/+2
* | ath9k: use software queueing for multicast trafficFelix Fietkau2013-08-093-2/+23
* | ath9k: improve tx scheduling fairnessFelix Fietkau2013-08-091-39/+50