summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2884-180/+49811
|\
| * wcn36xx: fix spelling mistake "to" -> "too"Colin Ian King2020-01-261-1/+1
| * ar5523: fix spelling mistake "to" -> "too"Colin Ian King2020-01-261-1/+1
| * ar5523: Add USB ID of SMCWUSBT-G2 wireless adapterMert Dirik2020-01-261-0/+2
| * ath10k: Use device_get_match_data() to simplify codeStephen Boyd2020-01-261-7/+4
| * ath10k: Add newlines to printk messagesStephen Boyd2020-01-261-3/+3
| * ath10k: Correct the DMA direction for management tx buffersRakesh Pillai2020-01-261-1/+1
| * ath11k: fix up some error pathsDan Carpenter2020-01-261-11/+11
| * ath11k: make sure to also report the RX bandwidth inside radiotapJohn Crispin2020-01-261-1/+2
| * ath11k: avoid null pointer dereference when pointer band is nullColin Ian King2020-01-261-4/+4
| * ath11k: Add missing pdev rx rate statsBhagavathi Perumal S2020-01-262-33/+214
| * ath11k: ensure ts.flags is initialized before bit-wise or'ing in valuesColin Ian King2020-01-261-1/+1
| * ath11k: set TxBf parameters after vdev startBhagavathi Perumal S2020-01-261-6/+5
| * ath11k: enable HE tlvs in ppdu stats for pktlog liteAnilkumar Kolli2020-01-262-0/+23
| * ath11k: fix debugfs build failureArnd Bergmann2020-01-264-16/+13
| * ath10k: Don't call SCM interface for statically mapped msa regionGovind Singh2020-01-262-0/+10
| * Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen2020-01-261-1/+1
| * ath10k: drop RX skb with invalid length for sdioWen Gong2020-01-261-6/+18
| * ath10k: use true,false for bool variablezhengbin2020-01-261-1/+1
| * ath10k: Add optional qdss clkBjorn Andersson2020-01-261-1/+1
| * ath10k: pci: Fix comment on ath10k_pci_dump_memory_sramBryan O'Donoghue2020-01-261-1/+1
| * ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safeBryan O'Donoghue2020-01-261-2/+17
| * wil6210: use true,false for bool variablezhengbin2020-01-263-6/+6
| * ath9k: use true,false for bool variablezhengbin2020-01-261-1/+1
| * wil6210: get rid of begin() and complete() ethtool_opsMichal Kubecek2020-01-061-27/+16
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-1/+2
| |\
| * | ath11k: Use sizeof_field() instead of FIELD_SIZEOF()Kees Cook2019-12-191-1/+1
| * | ath11k: explicitly cast wmi commands to their correct struct typeJohn Crispin2019-12-191-3/+3
| * | wil6210: add support for set_cqm_rssi_configDedy Lansky2019-12-194-0/+130
| * | wil6210: support set_multicast_to_unicast cfg80211 operationAhmad Masri2019-12-193-1/+48
| * | wil6210: fix MID valid bits in Rx status messageDedy Lansky2019-12-191-4/+4
| * | wil6210: reduce ucode_debug memory regionDedy Lansky2019-12-191-2/+2
| * | wil6210: add verification for cid upper boundAlexei Avshalom Lazar2019-12-191-1/+1
| * | wil6210: take mem_lock for writing in crash dump collectionAlexei Avshalom Lazar2019-12-191-5/+12
| * | wil6210: minimize the time that mem_lock is heldAlexei Avshalom Lazar2019-12-191-4/+6
| * | wil6210: dump Rx status message on errorsAhmad Masri2019-12-191-0/+10
| * | wcn36xx: disable HW_CONNECTION_MONITOREduardo Abinader2019-12-181-1/+0
| * | ath9k: fix storage endpoint lookupJohan Hovold2019-12-181-1/+1
| * | ath11k: Remove unneeded semicolonzhengbin2019-12-181-1/+1
| * | ath11k: remove an unneeded NULL checkDan Carpenter2019-12-181-2/+2
| * | ath11k: checking for NULL vs IS_ERR()Dan Carpenter2019-12-181-10/+13
| * | ath11k: delete a stray unlock in ath11k_dbg_htt_stats_req()Dan Carpenter2019-12-181-1/+0
| * | ath11k: fix missing free of skb on error return pathColin Ian King2019-12-181-2/+4
| * | ath11k: fix uninitialized variable radioupColin Ian King2019-12-181-1/+1
| * | ath11k: fix memory leak on reg_infoColin Ian King2019-12-181-1/+1
| * | ath11k: Remove unnecessary enum scan_priorityNathan Chancellor2019-12-181-10/+1
| * | ath11k: fix several spelling mistakesColin Ian King2019-12-183-4/+4
| * | ath11k: add some missing __packed qualifiersJohn Crispin2019-12-181-3/+3
| * | ath11k: set the BA buffer size to 256 when HE is enabledPradeep Kumar Chitrapu2019-12-182-0/+16
| * | ath11k: fix pdev when invoking ath11k_wmi_send_twt_enable_cmd()Pradeep Kumar Chitrapu2019-12-181-2/+2