summaryrefslogtreecommitdiffstats
path: root/LICENSES (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-16wifi: ath12k: prepare vif config caching for MLORameshkumar Sundaram2-20/+22
2024-10-16wifi: ath12k: prepare sta data structure for MLO handlingSriram R4-75/+167
2024-10-16wifi: ath12k: pass ath12k_link_vif instead of vif/ahvifSriram R1-107/+75
2024-10-16wifi: ath12k: prepare vif data structure for MLO handlingSriram R16-354/+605
2024-10-16wifi: ath12k: Support BE OFDMA Pdev Rate StatsPradeep Kumar Chitrapu2-0/+134
2024-10-16wifi: ath12k: Support Pdev Scheduled Algorithm StatsSidhanta Sahu2-0/+87
2024-10-16wifi: ath12k: Support DMAC Reset StatsRajat Soni2-0/+64
2024-10-16wifi: ath12k: Add firmware coredump collection supportSowmiya Sree Elavalagan11-3/+349
2024-10-16wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functionsKalle Valo1-22/+39
2024-10-16wifi: ath5k: add PCI ID for Arcadyan devicesRosen Penev1-0/+1
2024-10-16wifi: ath5k: add PCI ID for SX76XRosen Penev1-0/+1
2024-10-16wifi: ath10k: avoid NULL pointer error during sdio removeKang Yang1-3/+3
2024-10-11wifi: ath12k: ath12k_mac_op_sta_state(): clean up update_wk cancellationKalle Valo1-5/+2
2024-10-11wifi: ath12k: ath12k_mac_set_key(): remove exit labelKalle Valo1-12/+10
2024-10-11wifi: ath12k: cleanup unneeded labelsKalle Valo1-34/+22
2024-10-11wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutexKalle Valo7-210/+142
2024-10-11wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_workKalle Valo2-6/+8
2024-10-11wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask()Kalle Valo1-9/+9
2024-10-11wifi: ath12k: Support Pdev OBSS StatsDinesh Karthikeyan2-0/+92
2024-10-11wifi: ath12k: Support pdev CCA StatsDinesh Karthikeyan2-0/+90
2024-10-11wifi: ath12k: Support pdev Transmit Multi-user statsDinesh Karthikeyan2-0/+383
2024-10-11wifi: ath12k: Support Ring and SFM statsDinesh Karthikeyan2-0/+245
2024-10-11wifi: ath12k: Support Self-Generated Transmit statsDinesh Karthikeyan2-6/+669
2024-10-08wifi: ath11k: Fix CE offset address calculation for WCN6750 in SSRBalaji Pothunoori1-0/+3
2024-10-07wifi: ath12k: fix one more memcpy size errorArnd Bergmann1-1/+1
2024-10-07wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based sema...Roopni Devanathan1-3/+11
2024-10-07wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup()Rameshkumar Sundaram1-4/+10
2024-09-28wifi: ath12k: Skip Rx TID cleanup for self peerRamya Gnanasekar1-1/+4
2024-09-28dt-bindings: net: ath11k: document the inputs of the ath11k on WCN6855Bartosz Golaszewski1-0/+29
2024-09-28wifi: ath12k: move txbaddr/rxbaddr into struct ath12k_dpNicolas Escande2-11/+11
2024-09-28wifi: ath11k: allow missing memory-regionsCaleb Connolly1-6/+6
2024-09-28wifi: ath11k: fix the stack frame size warning in ath11k_vif_wow_set_wakeupsMiaoqing Pan1-18/+21
2024-09-28wifi: ath11k: enable fw_wmi_diag_event hw param for WCN6750Balaji Pothunoori1-1/+1
2024-09-28wifi: ath11k: Fix double free issue during SRNG deinitManikanta Pubbisetty1-0/+1
2024-09-28wifi: ath10k: fix the stack frame size warning in ath10k_hw_scanMiaoqing Pan1-26/+33
2024-09-28wifi: ath10k: fix the stack frame size warning in ath10k_remain_on_channelMiaoqing Pan1-14/+21
2024-09-28wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss2Baochen Qiang1-1/+1
2024-09-28wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss1Baochen Qiang1-1/+1
2024-09-19wifi: ath6kl: fix typos in struct wmi_rssi_threshold_params_cmd and wmi_snr_t...Andrew Kreimer1-4/+4
2024-09-19wifi: wcn36xx: fix a typo in struct wcn36xx_sta documentationAndrew Kreimer1-1/+1
2024-09-19wifi: ath12k: make read-only array svc_id static constColin Ian King1-3/+5
2024-09-18wifi: ath9k: remove ath9k_platform_dataRosen Penev4-103/+3
2024-09-18wifi: ath9k: btcoex: remove platform_dataRosen Penev1-13/+3
2024-09-18wifi: ath9k: eeprom: remove platform dataRosen Penev1-12/+0
2024-09-14wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()Jeongjun Park1-0/+3
2024-09-14wifi: ath9k: use clamp() in ar9003_aic_cal_post_process()Li Zetao1-6/+4
2024-09-14net: ibm: emac: get rid of wol_irqRosen Penev1-10/+3
2024-09-14net: ibm: emac: remove all waiting codeRosen Penev1-48/+7
2024-09-14net: ibm: emac: replace of_get_propertyRosen Penev1-11/+9
2024-09-14net: ibm: emac: use netdev's phydev directlyRosen Penev2-30/+22