summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern
2023-08-25wifi: ath: Use is_multicast_ether_addr() to check multicast Ether addressRuan Jinjie
2023-08-25wifi: ath12k: Remove unused declarationsYue Haibing
2023-08-25wifi: ath12k: add check max message length while scanning with extraieWen Gong
2023-08-25wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming
2023-08-23wifi: ath12k: Fix memory leak in rx_desc and tx_descRajat Soni
2023-08-23wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap()Mahmoud Maatuq
2023-08-23wifi: ath: remove unused-but-set parameterArnd Bergmann
2023-08-23wifi: ath11k: Remove unused declarationsYue Haibing
2023-08-23wifi: ath10k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-08-23wifi: ath11k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-08-23wifi: ath11k: simplify the code with module_platform_driverYang Yingliang
2023-08-23wifi: ath12k: Fix a few spelling errorsJeff Johnson
2023-08-23wifi: ath11k: Fix a few spelling errorsJeff Johnson
2023-08-23wifi: ath10k: Fix a few spelling errorsJeff Johnson
2023-08-23wifi: ath11k: Consistently use ath11k_vif_to_arvif()Jeff Johnson
2023-08-23wifi: ath11k: Cleanup mac80211 references on failure during tx_completeSven Eckelmann
2023-08-23wifi: ath11k: Don't drop tx_status when peer cannot be foundSven Eckelmann
2023-08-22wifi: ath9k: Remove unused declarationsYue Haibing
2023-08-22wifi: ath9k: Remove unnecessary ternary operatorsRuan Jinjie
2023-08-22wifi: ath9k: consistently use kstrtoX_from_user() functionsDmitry Antipov
2023-08-22wifi: ath9k: fix parameter check in ath9k_init_debug()Minjie Du
2023-08-22wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin
2023-08-22wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin
2023-08-22wifi: ath5k: Remove redundant dev_err()Ruan Jinjie
2023-08-21wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-08-21wifi: ath12k: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-08-21wifi: ath11k: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-09wifi: ath12k: Fix buffer overflow when scanning with extraieWen Gong
2023-08-04Merge tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-08-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2023-08-03wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_workWen Gong
2023-08-03wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUEDWen Gong
2023-08-03wifi: ath12k: relax list iteration in ath12k_mac_vif_unref()Dmitry Antipov
2023-08-03wifi: ath12k: configure puncturing bitmapAloka Dixit
2023-08-03wifi: ath12k: parse WMI service ready ext2 eventAloka Dixit
2023-08-03wifi: ath12k: add MLO header in peer associationPradeep Kumar Chitrapu
2023-08-03wifi: ath12k: peer assoc for 320 MHzAloka Dixit
2023-08-03wifi: ath12k: add WMI support for EHT peerAloka Dixit
2023-08-03wifi: ath12k: prepare EHT peer assoc parametersAloka Dixit
2023-08-03wifi: ath12k: add EHT PHY modesMuna Sinada
2023-08-03wifi: ath12k: propagate EHT capabilities to userspaceAloka Dixit
2023-08-03wifi: ath12k: WMI support to process EHT capabilitiesAloka Dixit
2023-08-03wifi: ath12k: move HE capabilities processing to a new functionAloka Dixit
2023-08-03wifi: ath12k: rename HE capabilities setup/copy functionsAloka Dixit
2023-08-02wifi: ath12k: change to use dynamic memory for channel list of scanWen Gong
2023-08-02wifi: ath12k: trigger station disconnect on hardware restartWen Gong