summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/...David S. Miller2019-12-20128-1371/+50458
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-12-1930-302/+568
| |\
| | * 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
| | * ath11k: optimize ath11k_hal_tx_status_parseJohn Crispin2019-12-183-50/+37
| | * ath11k: optimise ath11k_dp_tx_completion_handlerJohn Crispin2019-12-185-56/+28
| | * ath11k: move some tx_status parsing to debugfs codeJohn Crispin2019-12-183-53/+36
| | * ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_abJohn Crispin2019-12-187-81/+81
| | * ath11k: drop memset when setting up a tx cmd descJohn Crispin2019-12-182-2/+1
| | * ath11k: disable PS for STA interfaces by default upon bringupJohn Crispin2019-12-181-0/+7
| | * ath11k: add wmi helper for turning STA PS on/offJohn Crispin2019-12-182-0/+37
| | * ath10k: Fix some typo in some warning messagesChristophe JAILLET2019-12-172-3/+3
| | * ath11k: register HE mesh capabilitiesSven Eckelmann2019-12-171-0/+75
| * | orinoco: avoid assertion in case of NULL pointerAditya Pakki2019-12-181-1/+2
| * | brcmfmac: Keep OOB wake-interrupt disabled when it shouldn't be enabledDmitry Osipenko2019-12-182-6/+5
| * | brcmfmac: Fix memory leak in brcmf_usbdev_qinitNavid Emamdoost2019-12-181-0/+1
| * | brcmfmac: not set mbss in vif if firmware does not support MBSSWright Feng2019-12-181-1/+3
| * | brcmfmac: add RSDB condition when setting interface combinationsWright Feng2019-12-181-8/+46
| * | brcmfmac: add support for BCM4359 SDIO chipsetSoeren Moch2019-12-183-0/+5
| * | brcmfmac: make errors when setting roaming parameters non-fatalSoeren Moch2019-12-181-6/+4
| * | brcmfmac: fix rambase for 4359/9Soeren Moch2019-12-181-1/+2
| * | brcmfmac: set F2 blocksize and watermark for 4359Chung-Hsien Hsu2019-12-182-1/+20
| * | brcmfmac: reset two D11 cores if chip has two D11 coresWright Feng2019-12-183-1/+52
| * | rtlwifi: rtl8192de: use generic rtl_signal_scale_mappingMichael Straube2019-12-181-29/+2
| * | rtlwifi: rtl8192cu: use generic rtl_signal_scale_mappingMichael Straube2019-12-181-31/+2
| * | rtlwifi: rtl8192ce: use generic rtl_signal_scale_mappingMichael Straube2019-12-181-32/+2
| * | rtlwifi: rtl8192de: use generic rtl_query_rxpwrpercentageMichael Straube2019-12-181-13/+3
| * | rtlwifi: rtl8192cu: use generic rtl_query_rxpwrpercentageMichael Straube2019-12-181-13/+3