summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)Author
2014-09-26Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville
2014-09-18ath10k: use ether_addr_copy()Kalle Valo
2014-09-18ath10k: reformat help text in ath10k_read_simulate_fw_crash()Kalle Valo
2014-09-18ath10k: miscellaneous checkpatch fixesKalle Valo
2014-09-18ath10k: else is not generally useful after a break or returnKalle Valo
2014-09-18ath10k: don't use return on void functionsKalle Valo
2014-09-18ath10k: fix space after a cast style errorsKalle Valo
2014-09-18ath10k: fix missing a blank line after declarationsKalle Valo
2014-09-18ath10k: fix use of multiple blank linesKalle Valo
2014-09-18ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo
2014-09-18ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()Kalle Valo
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...John W. Linville
2014-09-11ath10k: fix debugfs_create_dir() checkingMichal Kazior
2014-09-11ath10k: support firmware crash-by-assertBen Greear
2014-09-11ath10k: add testmodeKalle Valo
2014-09-11ath10k: make ath10k_wmi_cmd_send() publicKalle Valo
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller
2014-09-10ath10k: ATH10K_DEBUGFS depends on DEBUG_FSMatteo Croce
2014-09-10ath10k: use proper service bitmap sizeMichal Kazior
2014-09-10ath10k: move fw_crash_dump allocationMichal Kazior
2014-09-02ath10k: don't access tx_info while overwriting itMichal Kazior
2014-09-02ath10k: add device/driver strings to tracepointsMichal Kazior
2014-09-02ath10k: remove diag_*_access functionsMichal Kazior
2014-09-02ath10k: stop monitor vdev for sta assocMichal Kazior
2014-09-02ath10k: fix monitor start/stop sequencesMichal Kazior
2014-09-02ath10k: kill tasklets after free_irqMichal Kazior
2014-09-02ath10k: fix num_legacy_stations trackingMichal Kazior
2014-09-02ath10k: re-enable interrupts properly in hw recoveryMichal Kazior
2014-08-28Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville
2014-08-27ath10k: make target endianess more explicitMichal Kazior
2014-08-27ath10k: dont duplicate service-pipe mappingMichal Kazior
2014-08-27ath10k: move pci init structuresMichal Kazior
2014-08-26ath10k: fix fw crash dumpingMichal Kazior
2014-08-26ath10k: improve logging to include dev idMichal Kazior
2014-08-25ath10k: flush hif buffers before recoveryMichal Kazior
2014-08-25ath10k: remove ar_pci->startedMichal Kazior
2014-08-25ath10k: ignore ar_pci->started in pipe cleanupMichal Kazior
2014-08-25ath10k: update comment regarding warm resetMichal Kazior
2014-08-25ath10k: rework posting pci rx buffersMichal Kazior
2014-08-25ath10k: remove early irq handlingMichal Kazior
2014-08-25ath10k: make sure to really disable irqsMichal Kazior
2014-08-25ath10k: split ce irq/handler setupMichal Kazior
2014-08-25ath10k: setup irq method in probeMichal Kazior
2014-08-25ath10k: fix legacy irq workaroundMichal Kazior
2014-08-25ath10k: move fw init printMichal Kazior
2014-08-25ath10k: print more driver info when firmware crashesKalle Valo
2014-08-25ath10k: rename ath10k_pci_hif_dump_area() to ath10k_pci_fw_crashed_dump()Kalle Valo
2014-08-25ath10k: provide firmware crash info via debugfsBen Greear
2014-08-25ath10k: add ath10k_pci_diag_* helpersKalle Valo
2014-08-25ath10k: fix a conflict bug in wmi service bitmapMichal Kazior