aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2014-09-30ath9k: use ah->get_mac_revision for all SoC devices if availableFelix Fietkau1-7/+4
2014-09-30ath5k: add missing include for debug codeFelix Fietkau1-0/+1
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-26ath9k: Fix offchannel queuingSujith Manoharan1-3/+3
2014-09-26ath9k: Use normal queues for offchannel framesSujith Manoharan1-2/+1
2014-09-26ath9k: Fix queue managementSujith Manoharan1-7/+3
2014-09-26wil6210: ethtool opsVladimir Kondratiev6-12/+138
2014-09-26ath9k: Fix p2p address managementSujith Manoharan2-0/+37
2014-09-26ath9k: Cache BSS informationSujith Manoharan3-7/+17
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller45-333/+2432
2014-09-26ath5k: Remove AHB bus supportPaul Bolle6-294/+3
2014-09-26Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville28-440/+1017
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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+3
2014-09-23ath10k: re-work scan start command buildingMichal Kazior2-171/+118
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-125/+137
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-22ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik1-1/+1
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-16ath9k: enable ext channel pulse detectionLorenzo Bianconi1-0/+1
2014-09-16ath9k: Fix build errorSujith Manoharan1-0/+2
2014-09-16ath9k: initialize ath_node linked listLorenzo Bianconi1-0/+4
2014-09-16ath9k: enable dynack using set_coverage_class codepathLorenzo Bianconi1-4/+29
2014-09-16ath9k: add debugfs support for dynackLorenzo Bianconi1-0/+28