summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath10k: prevent invalid ps timeout configMichal Kazior2014-12-161-1/+10
* ath10k: fix STA u-APSDMichal Kazior2014-12-162-10/+76
* ath10k: improve 11b coexMichal Kazior2014-12-161-1/+12
* ath10k: unregister and remove frag_threshold callbackPeter Oh2014-12-161-24/+0
* ath10k: add new wmi interface of NF cal periodPeter Oh2014-12-085-0/+88
* ath10k: add new pdev parameters for fw 10.2Peter Oh2014-12-081-0/+3
* ath10k: implement wmi-tlv backendMichal Kazior2014-12-088-1/+3701
* ath10k: make some wmi functions publicMichal Kazior2014-12-082-80/+117
* ath10k: introduce wmi opsMichal Kazior2014-12-089-442/+1364
* ath10k: implement intermediate event argsMichal Kazior2014-12-082-96/+348
* ath10k: set max_num_pending_tx in ath10k_core_init_firmware_features()Kalle Valo2014-12-082-5/+2
* ath10k: add ATH10K_FW_IE_WMI_OP_VERSIONKalle Valo2014-12-083-8/+65
* ath10k: create ath10k_core_init_features()Kalle Valo2014-12-081-9/+16
* ath10k: clean up error handling in ath10k_core_probe_fw()Kalle Valo2014-12-081-10/+14
* ath10k: move uart pin config into hw_paramsMichal Kazior2014-12-082-1/+3
* ath10k: put board size into hw_paramsMichal Kazior2014-12-082-3/+7
* ath10k: create a chip revision whitelistMichal Kazior2014-12-083-37/+36
* ath10k: read calibration data from Device TreeToshi Kikuchi2014-12-082-1/+72
* wil6210: remove TODO wrt buffer alignmentVladimir Kondratiev2014-12-011-2/+0
* wil6210: reset flow updateVladimir Kondratiev2014-12-011-0/+3
* wil6210: Rate limit "ring full" error messageVladimir Kondratiev2014-12-011-2/+3
* wil6210: fix warning in pointer arithmeticVladimir Kondratiev2014-12-011-1/+1
* wil6210: configurable vring sizesVladimir Kondratiev2014-12-013-7/+40
* wil6210: remove wil_to_pcie_dev()Vladimir Kondratiev2014-12-013-3/+1
* wil6210: fix recovery after scan timeoutVladimir Kondratiev2014-12-011-0/+1
* wil6210: add handling of RX HTRSH interruptVladimir Kondratiev2014-12-013-3/+47
* wil6210: propagate disconnect reasonVladimir Kondratiev2014-12-014-19/+18
* ath9k: do not access hardware on IRQs during resetFelix Fietkau2014-12-011-6/+8
* ath9k: set ATH_OP_INVALID before disabling hardwareFelix Fietkau2014-12-011-1/+3
* ath9k: prevent early IRQs from accessing hardwareFelix Fietkau2014-12-011-4/+5
* ath5k: fix hardware queue index assignmentFelix Fietkau2014-12-011-7/+1
* ath9k: fix BE/BK queue orderFelix Fietkau2014-12-011-2/+2
* ath9k_hw: fix hardware queue allocationFelix Fietkau2014-12-011-8/+1
* brcmsmac: NULL dereferences in brcms_c_detach_mfree()Dan Carpenter2014-12-011-4/+4
* Revert "rt2x00: Endless loop on hub port power down"Stanislaw Gruszka2014-12-011-6/+0
* rt2x00: change REGISTER_TIMEOUTStanislaw Gruszka2014-12-011-1/+1
* rt2x00: change REGISTER_BUSY_COUNT for USBStanislaw Gruszka2014-12-014-7/+10
* rt2x00: use timeout in rt2x00usb_vendor_requestStanislaw Gruszka2014-12-011-10/+6
* brcmsmac: extend hardware info shown in debugfsArend van Spriel2014-12-011-13/+27
* brcmutil: add helper function to format board revisionArend van Spriel2014-12-012-0/+18
* rt2800: calculate tx power temperature compensation on selected chipsStanislaw Gruszka2014-12-011-19/+26
* wil6210: Fix potential memory leaks on error pathsLino Sanfilippo2014-12-011-2/+6
* Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-12-0116-749/+1257
|\
| * ath10k: simplify rx ring size/fill calculationMichal Kazior2014-12-012-89/+12
| * ath10k: prevent pci tx/rx starvationMichal Kazior2014-12-011-6/+15
| * ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior2014-12-014-7/+11
| * ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior2014-12-013-5/+3
| * ath10k: make wmi service bitmap non-debugMichal Kazior2014-12-014-22/+8
| * ath10k: add sanity checks for service bmap parsingMichal Kazior2014-12-012-61/+66
| * ath10k: fix wmi svc bitmap dbg printMichal Kazior2014-12-012-1/+4