summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2014-09-26Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville28-440/+1017
2014-09-18ath10k: use ether_addr_copy()Kalle Valo4-21/+21
2014-09-18ath10k: reformat help text in ath10k_read_simulate_fw_crash()Kalle Valo1-9/+5
2014-09-18ath10k: miscellaneous checkpatch fixesKalle Valo5-11/+8
2014-09-18ath10k: else is not generally useful after a break or returnKalle Valo4-17/+18
2014-09-18ath10k: don't use return on void functionsKalle Valo1-1/+0
2014-09-18ath10k: fix space after a cast style errorsKalle Valo1-7/+7
2014-09-18ath10k: fix missing a blank line after declarationsKalle Valo3-9/+15
2014-09-18ath10k: fix use of multiple blank linesKalle Valo13-29/+0
2014-09-18ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo9-51/+55
2014-09-18ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()Kalle Valo1-3/+4
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...John W. Linville1-2/+3
2014-09-12ath10k: fix debugfs_create_dir() checkingMichal Kazior1-2/+6
2014-09-12ath10k: support firmware crash-by-assertBen Greear1-1/+27
2014-09-12ath10k: add testmodeKalle Valo11-30/+614
2014-09-12ath10k: make ath10k_wmi_cmd_send() publicKalle Valo2-3/+6
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller1-2/+3
2014-09-10ath10k: ATH10K_DEBUGFS depends on DEBUG_FSMatteo Croce1-1/+1
2014-09-10ath10k: use proper service bitmap sizeMichal Kazior4-11/+9
2014-09-10ath10k: move fw_crash_dump allocationMichal Kazior3-22/+41
2014-09-02ath10k: don't access tx_info while overwriting itMichal Kazior1-5/+4
2014-09-02ath10k: add device/driver strings to tracepointsMichal Kazior4-38/+89
2014-09-02ath10k: remove diag_*_access functionsMichal Kazior1-85/+24
2014-09-02ath10k: stop monitor vdev for sta assocMichal Kazior1-1/+9
2014-09-02ath10k: fix monitor start/stop sequencesMichal Kazior2-73/+49
2014-09-02ath10k: kill tasklets after free_irqMichal Kazior1-0/+2
2014-09-02ath10k: fix num_legacy_stations trackingMichal Kazior1-1/+1
2014-09-02ath10k: re-enable interrupts properly in hw recoveryMichal Kazior1-21/+14
2014-08-28Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville24-2108/+4009
2014-08-27ath10k: make target endianess more explicitMichal Kazior2-137/+140
2014-08-27ath10k: dont duplicate service-pipe mappingMichal Kazior1-44/+33
2014-08-27ath10k: move pci init structuresMichal Kazior1-96/+96
2014-08-26ath10k: fix fw crash dumpingMichal Kazior1-5/+3
2014-08-26ath10k: improve logging to include dev idMichal Kazior15-781/+833
2014-08-25ath10k: flush hif buffers before recoveryMichal Kazior1-0/+1
2014-08-25ath10k: remove ar_pci->startedMichal Kazior2-12/+0
2014-08-25ath10k: ignore ar_pci->started in pipe cleanupMichal Kazior1-8/+0
2014-08-25ath10k: update comment regarding warm resetMichal Kazior1-5/+4
2014-08-25ath10k: rework posting pci rx buffersMichal Kazior4-161/+160
2014-08-25ath10k: remove early irq handlingMichal Kazior2-125/+48
2014-08-25ath10k: make sure to really disable irqsMichal Kazior1-6/+37
2014-08-25ath10k: split ce irq/handler setupMichal Kazior3-68/+21
2014-08-25ath10k: setup irq method in probeMichal Kazior2-35/+39
2014-08-25ath10k: fix legacy irq workaroundMichal Kazior1-3/+4
2014-08-25ath10k: move fw init printMichal Kazior1-5/+1
2014-08-25ath10k: print more driver info when firmware crashesKalle Valo4-18/+22
2014-08-25ath10k: rename ath10k_pci_hif_dump_area() to ath10k_pci_fw_crashed_dump()Kalle Valo1-5/+5
2014-08-25ath10k: provide firmware crash info via debugfsBen Greear6-13/+302
2014-08-25ath10k: add ath10k_pci_diag_* helpersKalle Valo1-17/+38
2014-08-25ath10k: fix a conflict bug in wmi service bitmapMichal Kazior1-2/+2