aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2014-12-08ath10k: add new wmi interface of NF cal periodPeter Oh5-0/+88
2014-12-08ath10k: add new pdev parameters for fw 10.2Peter Oh1-0/+3
2014-12-08ath10k: implement wmi-tlv backendMichal Kazior8-1/+3701
2014-12-08ath10k: make some wmi functions publicMichal Kazior2-80/+117
2014-12-08ath10k: introduce wmi opsMichal Kazior9-442/+1364
2014-12-08ath10k: implement intermediate event argsMichal Kazior2-96/+348
2014-12-08ath10k: set max_num_pending_tx in ath10k_core_init_firmware_features()Kalle Valo2-5/+2
2014-12-08ath10k: add ATH10K_FW_IE_WMI_OP_VERSIONKalle Valo3-8/+65
2014-12-08ath10k: create ath10k_core_init_features()Kalle Valo1-9/+16
2014-12-08ath10k: clean up error handling in ath10k_core_probe_fw()Kalle Valo1-10/+14
2014-12-08ath10k: move uart pin config into hw_paramsMichal Kazior2-1/+3
2014-12-08ath10k: put board size into hw_paramsMichal Kazior2-3/+7
2014-12-08ath10k: create a chip revision whitelistMichal Kazior3-37/+36
2014-12-08ath10k: read calibration data from Device TreeToshi Kikuchi2-1/+72
2014-12-06Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries"Greg Kroah-Hartman3-24/+100
2014-12-01wil6210: remove TODO wrt buffer alignmentVladimir Kondratiev1-2/+0
2014-12-01wil6210: reset flow updateVladimir Kondratiev1-0/+3
2014-12-01wil6210: Rate limit "ring full" error messageVladimir Kondratiev1-2/+3
2014-12-01wil6210: fix warning in pointer arithmeticVladimir Kondratiev1-1/+1
2014-12-01wil6210: configurable vring sizesVladimir Kondratiev3-7/+40
2014-12-01wil6210: remove wil_to_pcie_dev()Vladimir Kondratiev3-3/+1
2014-12-01wil6210: fix recovery after scan timeoutVladimir Kondratiev1-0/+1
2014-12-01wil6210: add handling of RX HTRSH interruptVladimir Kondratiev3-3/+47
2014-12-01wil6210: propagate disconnect reasonVladimir Kondratiev4-19/+18
2014-12-01ath9k: do not access hardware on IRQs during resetFelix Fietkau1-6/+8
2014-12-01ath9k: set ATH_OP_INVALID before disabling hardwareFelix Fietkau1-1/+3
2014-12-01ath9k: prevent early IRQs from accessing hardwareFelix Fietkau1-4/+5
2014-12-01ath5k: fix hardware queue index assignmentFelix Fietkau1-7/+1
2014-12-01ath9k: fix BE/BK queue orderFelix Fietkau1-2/+2
2014-12-01ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2014-12-01wil6210: Fix potential memory leaks on error pathsLino Sanfilippo1-2/+6
2014-12-01Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville16-743/+1251
2014-12-01ath10k: simplify rx ring size/fill calculationMichal Kazior2-89/+12
2014-12-01ath10k: prevent pci tx/rx starvationMichal Kazior1-6/+15
2014-12-01ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior4-7/+11
2014-12-01ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior3-5/+3
2014-12-01ath10k: make wmi service bitmap non-debugMichal Kazior4-22/+8
2014-12-01ath10k: add sanity checks for service bmap parsingMichal Kazior2-61/+66
2014-12-01ath10k: fix wmi svc bitmap dbg printMichal Kazior2-1/+4
2014-12-01ath10k: add pointer constness to tracesMichal Kazior1-14/+17
2014-12-01ath10k: do not limit RTS threshold value to 2347Vivek Natarajan2-6/+1
2014-11-26ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entriesArend van Spriel3-100/+24
2014-11-26ath: use seq_file api for ath9k debugfs filesArend van Spriel2-271/+189
2014-11-26ath10k: fix station count enforcementMichal Kazior6-21/+78
2014-11-26ath10k: clean up num_peers lockingMichal Kazior2-6/+4
2014-11-26ath10k: add missing gotoMichal Kazior1-1/+3
2014-11-26ath10k: add memory dump debugfs interfaceYanbo Li3-0/+126
2014-11-26ath10k: add register access debugfs interfaceYanbo Li4-0/+154
2014-11-26ath10k: fix bug reported by lockdepSujith Manoharan1-2/+2
2014-11-26ath10k: fix locking for WEP keysSujith Manoharan2-0/+6