summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath12k: modify ath12k_mac_vif_chan() for MLORameshkumar Sundaram2024-10-161-16/+23
* wifi: ath12k: prepare vif config caching for MLORameshkumar Sundaram2024-10-162-20/+22
* wifi: ath12k: prepare sta data structure for MLO handlingSriram R2024-10-164-75/+167
* wifi: ath12k: pass ath12k_link_vif instead of vif/ahvifSriram R2024-10-161-107/+75
* wifi: ath12k: prepare vif data structure for MLO handlingSriram R2024-10-1616-354/+605
* wifi: ath12k: Support BE OFDMA Pdev Rate StatsPradeep Kumar Chitrapu2024-10-162-0/+134
* wifi: ath12k: Support Pdev Scheduled Algorithm StatsSidhanta Sahu2024-10-162-0/+87
* wifi: ath12k: Support DMAC Reset StatsRajat Soni2024-10-162-0/+64
* wifi: ath12k: Add firmware coredump collection supportSowmiya Sree Elavalagan2024-10-1611-3/+349
* wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functionsKalle Valo2024-10-161-22/+39
* wifi: ath5k: add PCI ID for Arcadyan devicesRosen Penev2024-10-161-0/+1
* wifi: ath5k: add PCI ID for SX76XRosen Penev2024-10-161-0/+1
* wifi: ath10k: avoid NULL pointer error during sdio removeKang Yang2024-10-161-3/+3
* wifi: ath12k: ath12k_mac_op_sta_state(): clean up update_wk cancellationKalle Valo2024-10-111-5/+2
* wifi: ath12k: ath12k_mac_set_key(): remove exit labelKalle Valo2024-10-111-12/+10
* wifi: ath12k: cleanup unneeded labelsKalle Valo2024-10-111-34/+22
* wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutexKalle Valo2024-10-117-210/+142
* wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_workKalle Valo2024-10-112-6/+8
* wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask()Kalle Valo2024-10-111-9/+9
* wifi: ath12k: Support Pdev OBSS StatsDinesh Karthikeyan2024-10-112-0/+92
* wifi: ath12k: Support pdev CCA StatsDinesh Karthikeyan2024-10-112-0/+90
* wifi: ath12k: Support pdev Transmit Multi-user statsDinesh Karthikeyan2024-10-112-0/+383
* wifi: ath12k: Support Ring and SFM statsDinesh Karthikeyan2024-10-112-0/+245
* wifi: ath12k: Support Self-Generated Transmit statsDinesh Karthikeyan2024-10-112-6/+669
* wifi: ath11k: Fix CE offset address calculation for WCN6750 in SSRBalaji Pothunoori2024-10-081-0/+3
* wifi: ath12k: fix one more memcpy size errorArnd Bergmann2024-10-071-1/+1
* wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based sema...Roopni Devanathan2024-10-071-3/+11
* wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup()Rameshkumar Sundaram2024-10-071-4/+10
* wifi: ath12k: Skip Rx TID cleanup for self peerRamya Gnanasekar2024-09-281-1/+4
* dt-bindings: net: ath11k: document the inputs of the ath11k on WCN6855Bartosz Golaszewski2024-09-281-0/+29
* wifi: ath12k: move txbaddr/rxbaddr into struct ath12k_dpNicolas Escande2024-09-282-11/+11
* wifi: ath11k: allow missing memory-regionsCaleb Connolly2024-09-281-6/+6
* wifi: ath11k: fix the stack frame size warning in ath11k_vif_wow_set_wakeupsMiaoqing Pan2024-09-281-18/+21
* wifi: ath11k: enable fw_wmi_diag_event hw param for WCN6750Balaji Pothunoori2024-09-281-1/+1
* wifi: ath11k: Fix double free issue during SRNG deinitManikanta Pubbisetty2024-09-281-0/+1
* wifi: ath10k: fix the stack frame size warning in ath10k_hw_scanMiaoqing Pan2024-09-281-26/+33
* wifi: ath10k: fix the stack frame size warning in ath10k_remain_on_channelMiaoqing Pan2024-09-281-14/+21
* wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss2Baochen Qiang2024-09-281-1/+1
* wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss1Baochen Qiang2024-09-281-1/+1
* wifi: ath6kl: fix typos in struct wmi_rssi_threshold_params_cmd and wmi_snr_t...Andrew Kreimer2024-09-191-4/+4
* wifi: wcn36xx: fix a typo in struct wcn36xx_sta documentationAndrew Kreimer2024-09-191-1/+1
* wifi: ath12k: make read-only array svc_id static constColin Ian King2024-09-191-3/+5
* wifi: ath9k: remove ath9k_platform_dataRosen Penev2024-09-184-103/+3
* wifi: ath9k: btcoex: remove platform_dataRosen Penev2024-09-181-13/+3
* wifi: ath9k: eeprom: remove platform dataRosen Penev2024-09-181-12/+0
* wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()Jeongjun Park2024-09-141-0/+3
* wifi: ath9k: use clamp() in ar9003_aic_cal_post_process()Li Zetao2024-09-141-6/+4
* Merge branch 'net-ibm-emac-modernize-a-bit'Jakub Kicinski2024-09-142-152/+71
|\
| * net: ibm: emac: get rid of wol_irqRosen Penev2024-09-141-10/+3
| * net: ibm: emac: remove all waiting codeRosen Penev2024-09-141-48/+7