summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-21ath10k: clean up assoc codeMichal Kazior1-48/+46
2014-10-21ath10k: retrieve calibration data from fileKalle Valo4-13/+102
2014-10-21ath10k: refactor ath10k_init_download_firmware()Kalle Valo1-15/+12
2014-10-21ath10k: add back enum ath10k_busKalle Valo3-0/+19
2014-10-12ath10k: fix kernel panic while shutting down APRajkumar Manoharan1-1/+1
2014-10-08ath10k: add tracing for frame transmissionRajkumar Manoharan4-0/+53
2014-10-08ath10k: fix WMI scan command lengthJanusz Dziedzic1-2/+2
2014-10-08ath10k: advertise all possible firmware(-api) filesBartosz Markowski2-2/+3
2014-10-08ath10k: don't create bssid peer for ibssJanusz Dziedzic1-18/+10
2014-10-08ath10k: warn on unhandled htt eventsMichal Kazior1-2/+2
2014-10-07ath10k: add tracing for tx infoRajkumar Manoharan3-0/+62
2014-10-07ath10k: add tracing for rx descriptorRajkumar Manoharan2-0/+33
2014-10-07ath10k: add tracing for ath10k_htt_pktlogRajkumar Manoharan5-2/+46
2014-10-07ath10k: add support to configure pktlog filterRajkumar Manoharan5-1/+134
2014-10-01ath10k: use 64-bit vdev mapBen Greear3-12/+15
2014-10-01ath10k: support ethtool statsBen Greear3-0/+176
2014-10-01ath10k: add firmware crash countersBen Greear3-0/+65
2014-09-29ath10k: fix fw stats processingMichal Kazior3-95/+252
2014-09-29ath10k: request fw_stats once on openMichal Kazior1-31/+79
2014-09-29ath10k: rename fw_stats related stuffMichal Kazior5-26/+25
2014-09-29ath10k: split wmi stats parsingMichal Kazior4-141/+180
2014-09-29ath: change logging functions to return voidJoe Perches7-56/+32
2014-09-26ath10k: add cal_data debugfs fileKalle Valo2-0/+84
2014-09-26ath10k: add diag_read() to hif opsKalle Valo4-29/+67
2014-09-26ath10k: don't enable interrupts for the diagnostic windowKalle Valo1-1/+4
2014-09-26ath10k: add debug dump for pci rxMichal Kazior1-0/+6
2014-09-26ath10k: dump hex bytes with dev string prefixMichal Kazior1-1/+16
2014-09-26ath10k: print wmi version infoMichal Kazior1-2/+6
2014-09-23ath10k: re-work scan start command buildingMichal Kazior2-172/+119
2014-09-23ath10k: unify wmi event function namesMichal Kazior1-9/+9
2014-09-23ath10k: clean up phyerr codeMichal Kazior4-149/+66
2014-09-23ath10k: deduplicate wmi service ready logicMichal Kazior5-129/+141
2014-09-23ath10k: relocate wmi attach/deatch functionsMichal Kazior1-39/+38
2014-09-23ath10k: deduplicate host mem chunk codeMichal Kazior2-99/+34
2014-09-23ath10k: deduplicate wmi_channel codeMichal Kazior2-41/+37
2014-09-23ath10k: remove unused pdev_set_channel commandMichal Kazior2-43/+0
2014-09-23ath10k: fix tx/rx chainmask initMichal Kazior2-9/+6
2014-09-23ath10k: workaround fw beaconing bugMichal Kazior4-43/+102
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-12ath10k: fix debugfs_create_dir() checkingMichal Kazior1-2/+6
2014-09-12ath10k: support firmware crash-by-assertBen Greear1-1/+27