summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-107-28/+41
|\
| * ath9k: Fix sequence number assignmentSujith Manoharan2014-10-084-23/+35
| * ath9k_htc: avoid kernel panic in ath9k_hw_resetMarek Puzyniak2014-10-071-0/+1
| * ath9k: Fix crash in MCC modeSujith Manoharan2014-10-071-1/+1
| * ath: Fix smatch warningSujith Manoharan2014-10-071-4/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-10-073-5/+4Star
| |\
* | | Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-0665-842/+1808
|\| |
| * | ath9k: Fix flushing in MCC modeSujith Manoharan2014-10-021-0/+16
| * | ath9k: Fix queue handling for channel contextsSujith Manoharan2014-10-021-6/+1Star
| * | ath9k: Add ath9k_chanctx_stop_queues()Sujith Manoharan2014-10-022-0/+24
| * | ath9k: Pass context to ath9k_chanctx_wake_queues()Sujith Manoharan2014-10-023-6/+7
| * | ath9k: Fix queue handling in flush()Sujith Manoharan2014-10-021-5/+0Star
| * | ath9k: Remove duplicate codeSujith Manoharan2014-10-021-9/+1Star
| * | ath9k: Fix pending frame checkSujith Manoharan2014-10-021-3/+0Star
| * | ath9k: Check pending frames properlySujith Manoharan2014-10-021-1/+4
| * | ath9k: Print RoC expirationSujith Manoharan2014-10-021-0/+7
| * | wil6210: atomic I/O for the card memoryVladimir Kondratiev2014-10-024-0/+188
| * | wil6210: manual FW error recovery modeVladimir Kondratiev2014-10-025-9/+121
| * | ath: Add support for tracingSujith Manoharan2014-10-026-0/+107
| * | ath9k: fix getting tx duration for dynackFelix Fietkau2014-09-307-18/+49
| * | ath9k: Check early for HW resetSujith Manoharan2014-09-301-4/+6
| * | ath9k_hw: fix PLL clock initialization for newer SoCFelix Fietkau2014-09-303-4/+40
| * | ath9k_hw: reduce ANI spur immunity setting on HT40 extension channelFelix Fietkau2014-09-301-3/+2Star
| * | Revert "ath9k_hw: reduce ANI firstep range for older chips"Felix Fietkau2014-09-301-1/+3
| * | ath9k_hw: disable hardware ad-hoc flag on ar934x rev 3Felix Fietkau2014-09-302-3/+10
| * | ath9k: use ah->get_mac_revision for all SoC devices if availableFelix Fietkau2014-09-301-7/+4Star
| * | ath5k: add missing include for debug codeFelix Fietkau2014-09-301-0/+1
| * | ath9k: Fix offchannel queuingSujith Manoharan2014-09-261-3/+3
| * | ath9k: Use normal queues for offchannel framesSujith Manoharan2014-09-261-2/+1Star
| * | ath9k: Fix queue managementSujith Manoharan2014-09-261-7/+3Star
| * | wil6210: ethtool opsVladimir Kondratiev2014-09-266-12/+138
| * | ath9k: Fix p2p address managementSujith Manoharan2014-09-262-0/+37
| * | ath9k: Cache BSS informationSujith Manoharan2014-09-263-7/+17
| * | ath5k: Remove AHB bus supportPaul Bolle2014-09-266-294/+3Star
| * | Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-09-2628-440/+1017
| |\ \
| | * | ath10k: use ether_addr_copy()Kalle Valo2014-09-184-21/+21
| | * | ath10k: reformat help text in ath10k_read_simulate_fw_crash()Kalle Valo2014-09-181-9/+5Star
| | * | ath10k: miscellaneous checkpatch fixesKalle Valo2014-09-185-11/+8Star
| | * | ath10k: else is not generally useful after a break or returnKalle Valo2014-09-184-17/+18
| | * | ath10k: don't use return on void functionsKalle Valo2014-09-181-1/+0Star
| | * | ath10k: fix space after a cast style errorsKalle Valo2014-09-181-7/+7
| | * | ath10k: fix missing a blank line after declarationsKalle Valo2014-09-183-9/+15
| | * | ath10k: fix use of multiple blank linesKalle Valo2014-09-1813-29/+0Star
| | * | ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo2014-09-189-51/+55
| | * | ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()Kalle Valo2014-09-181-3/+4
| | * | ath10k: fix debugfs_create_dir() checkingMichal Kazior2014-09-111-2/+6
| | * | ath10k: support firmware crash-by-assertBen Greear2014-09-111-1/+27
| | * | ath10k: add testmodeKalle Valo2014-09-1111-30/+614
| | * | ath10k: make ath10k_wmi_cmd_send() publicKalle Valo2014-09-112-3/+6
| | * | ath10k: ATH10K_DEBUGFS depends on DEBUG_FSMatteo Croce2014-09-101-1/+1