aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* ath11k: register HE mesh capabilitiesSven Eckelmann2019-12-171-0/+75
* ath11k: fix indentation in ath11k_mac_prepare_he_mode()John Crispin2019-11-291-5/+5
* ath11k: Setup REO destination ring before sending wmi_init commandVasanthakumar Thiagarajan2019-11-295-14/+67
* ath11k: Move mac80211 hw allocation before wmi_init commandVasanthakumar Thiagarajan2019-11-293-46/+81
* ath11k: Skip update peer stats for management packetsVenkateswara Naralasetty2019-11-292-14/+23
* ath11k: update tx duration in station infoVenkateswara Naralasetty2019-11-293-1/+5
* ath11k: fix vht guard interval mappingManikanta Pubbisetty2019-11-292-3/+19
* ath11k: fix memory leak in monitor modeMiles Hu2019-11-291-2/+9
* ath11k: Advertise MPDU start spacing as no restrictionVenkateswara Naralasetty2019-11-291-1/+1
* ath11k: Update tx and rx chain count properly on drv_set_antennaSriram R2019-11-291-0/+4
* ath11k: add necessary peer assoc params in wmi dbgSriram R2019-11-291-2/+11
* ath11k: unlock mutex during failure in qmi fw readyGovindaraj Saminathan2019-11-291-0/+1
* ath11k: add support for controlling tx power to a stationMaharaja Kennadyrajan2019-11-292-0/+40
* ath11k: update bawindow size in delba processVenkateswara Naralasetty2019-11-291-9/+19
* ath11k: avoid use_after_free in ath11k_dp_rx_msdu_coalesce APIKarthikeyan Periyasamy2019-11-291-5/+5
* ath11k: avoid burst time conversion logicKarthikeyan Periyasamy2019-11-291-6/+1
* ath11k: pktlog: fix sending/using the pdev idAnilkumar Kolli2019-11-292-6/+8
* ath11k: qmi clean up in ath11k_qmi_wlanfw_wlan_cfg_send()Anilkumar Kolli2019-11-292-17/+20
* ath11k: qmi clean up ce and HTC service config updateAnilkumar Kolli2019-11-292-7/+6
* ath11k: tracing: fix ath11k tracingAnilkumar Kolli2019-11-291-0/+3
* ath11k: Fix target crash due to WBM_IDLE_LINK ring desc shortageVasanthakumar Thiagarajan2019-11-291-3/+3