summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2020-01-26ath10k: Don't call SCM interface for statically mapped msa regionGovind Singh2-0/+10
2020-01-26Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen1-1/+1
2020-01-26ath10k: drop RX skb with invalid length for sdioWen Gong1-6/+18
2020-01-26ath10k: use true,false for bool variablezhengbin1-1/+1
2020-01-26ath10k: Add optional qdss clkBjorn Andersson1-1/+1
2020-01-26ath10k: pci: Fix comment on ath10k_pci_dump_memory_sramBryan O'Donoghue1-1/+1
2020-01-26ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safeBryan O'Donoghue1-2/+17
2020-01-26wil6210: use true,false for bool variablezhengbin3-6/+6
2020-01-26ath9k: use true,false for bool variablezhengbin1-1/+1
2020-01-07wil6210: get rid of begin() and complete() ethtool_opsMichal Kubecek1-27/+16
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+2
2019-12-19ath11k: Use sizeof_field() instead of FIELD_SIZEOF()Kees Cook1-1/+1
2019-12-19ath11k: explicitly cast wmi commands to their correct struct typeJohn Crispin1-3/+3
2019-12-19wil6210: add support for set_cqm_rssi_configDedy Lansky4-0/+130
2019-12-19wil6210: support set_multicast_to_unicast cfg80211 operationAhmad Masri3-1/+48
2019-12-19wil6210: fix MID valid bits in Rx status messageDedy Lansky1-4/+4
2019-12-19wil6210: reduce ucode_debug memory regionDedy Lansky1-2/+2
2019-12-19wil6210: add verification for cid upper boundAlexei Avshalom Lazar1-1/+1
2019-12-19wil6210: take mem_lock for writing in crash dump collectionAlexei Avshalom Lazar1-5/+12
2019-12-19wil6210: minimize the time that mem_lock is heldAlexei Avshalom Lazar1-4/+6
2019-12-19wil6210: dump Rx status message on errorsAhmad Masri1-0/+10
2019-12-18wcn36xx: disable HW_CONNECTION_MONITOREduardo Abinader1-1/+0
2019-12-18ath9k: fix storage endpoint lookupJohan Hovold1-1/+1
2019-12-18ath11k: Remove unneeded semicolonzhengbin1-1/+1
2019-12-18ath11k: remove an unneeded NULL checkDan Carpenter1-2/+2
2019-12-18ath11k: checking for NULL vs IS_ERR()Dan Carpenter1-10/+13
2019-12-18ath11k: delete a stray unlock in ath11k_dbg_htt_stats_req()Dan Carpenter1-1/+0
2019-12-18ath11k: fix missing free of skb on error return pathColin Ian King1-2/+4
2019-12-18ath11k: fix uninitialized variable radioupColin Ian King1-1/+1
2019-12-18ath11k: fix memory leak on reg_infoColin Ian King1-1/+1
2019-12-18ath11k: Remove unnecessary enum scan_priorityNathan Chancellor1-10/+1
2019-12-18ath11k: fix several spelling mistakesColin Ian King3-4/+4
2019-12-18ath11k: add some missing __packed qualifiersJohn Crispin1-3/+3
2019-12-18ath11k: set the BA buffer size to 256 when HE is enabledPradeep Kumar Chitrapu2-0/+16
2019-12-18ath11k: fix pdev when invoking ath11k_wmi_send_twt_enable_cmd()Pradeep Kumar Chitrapu1-2/+2
2019-12-18ath11k: optimize ath11k_hal_tx_status_parseJohn Crispin3-50/+37
2019-12-18ath11k: optimise ath11k_dp_tx_completion_handlerJohn Crispin5-56/+28
2019-12-18ath11k: move some tx_status parsing to debugfs codeJohn Crispin3-53/+36
2019-12-18ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_abJohn Crispin7-81/+81
2019-12-18ath11k: drop memset when setting up a tx cmd descJohn Crispin2-2/+1
2019-12-18ath11k: disable PS for STA interfaces by default upon bringupJohn Crispin1-0/+7
2019-12-18ath11k: add wmi helper for turning STA PS on/offJohn Crispin2-0/+37
2019-12-18Merge tag 'wireless-drivers-2019-12-17' of git://git.kernel.org/pub/scm/linux...David S. Miller1-1/+1
2019-12-17ath10k: Fix some typo in some warning messagesChristophe JAILLET2-3/+3
2019-12-17ath11k: register HE mesh capabilitiesSven Eckelmann1-0/+75
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen1-0/+1
2019-12-10Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo67-111/+49250
2019-12-02ath: add support for special 0x0 regulatory domainWen Gong1-5/+5
2019-12-02ath10k: change bundle count for max rx bundle for sdioWen Gong3-9/+13
2019-12-02ath10k: enable napi on RX path for sdioWen Gong4-8/+73