summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: remove scan_width supportJohannes Berg2023-09-131-2/+0
* wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2023-09-112-12/+15
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-2/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-08-2540-268/+195
|\
| * wifi: ath: Use is_multicast_ether_addr() to check multicast Ether addressRuan Jinjie2023-08-251-1/+1
| * wifi: ath12k: Remove unused declarationsYue Haibing2023-08-254-8/+0
| * wifi: ath12k: add check max message length while scanning with extraieWen Gong2023-08-251-7/+13
| * wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming2023-08-251-1/+1
| * wifi: ath12k: Fix memory leak in rx_desc and tx_descRajat Soni2023-08-232-1/+31
| * wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap()Mahmoud Maatuq2023-08-231-16/+13
| * wifi: ath: remove unused-but-set parameterArnd Bergmann2023-08-234-6/+2
| * wifi: ath11k: Remove unused declarationsYue Haibing2023-08-232-5/+0
| * wifi: ath10k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-231-1/+1
| * wifi: ath11k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-231-1/+1
| * wifi: ath11k: simplify the code with module_platform_driverYang Yingliang2023-08-231-11/+1
| * wifi: ath12k: Fix a few spelling errorsJeff Johnson2023-08-235-5/+5
| * wifi: ath11k: Fix a few spelling errorsJeff Johnson2023-08-233-3/+3
| * wifi: ath10k: Fix a few spelling errorsJeff Johnson2023-08-234-8/+8
| * wifi: ath11k: Consistently use ath11k_vif_to_arvif()Jeff Johnson2023-08-232-33/+33
| * wifi: ath11k: Cleanup mac80211 references on failure during tx_completeSven Eckelmann2023-08-231-3/+3
| * wifi: ath11k: Don't drop tx_status when peer cannot be foundSven Eckelmann2023-08-231-2/+2
| * wifi: ath9k: Remove unused declarationsYue Haibing2023-08-222-3/+0
| * wifi: ath9k: Remove unnecessary ternary operatorsRuan Jinjie2023-08-223-4/+3
| * wifi: ath9k: consistently use kstrtoX_from_user() functionsDmitry Antipov2023-08-225-139/+61
| * wifi: ath9k: fix parameter check in ath9k_init_debug()Minjie Du2023-08-221-1/+1
| * wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin2023-08-221-6/+8
| * wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin2023-08-221-2/+4
| * wifi: ath5k: Remove redundant dev_err()Ruan Jinjie2023-08-221-1/+0
* | Fix nomenclature for USB and PCI wireless devicesAlan Stern2023-08-254-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-2/+1
|\
| * wifi: ath12k: Fix buffer overflow when scanning with extraieWen Gong2023-08-091-2/+1
* | Merge tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-08-0529-194/+993
|\ \ | |/ |/|
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-08-0327-190/+991
| |\
| | * wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_workWen Gong2023-08-031-1/+1
| | * wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUEDWen Gong2023-08-031-0/+2
| | * wifi: ath12k: relax list iteration in ath12k_mac_vif_unref()Dmitry Antipov2023-08-031-3/+3
| | * wifi: ath12k: configure puncturing bitmapAloka Dixit2023-08-034-3/+28
| | * wifi: ath12k: parse WMI service ready ext2 eventAloka Dixit2023-08-032-0/+64
| | * wifi: ath12k: add MLO header in peer associationPradeep Kumar Chitrapu2023-08-031-1/+14
| | * wifi: ath12k: peer assoc for 320 MHzAloka Dixit2023-08-032-0/+4
| | * wifi: ath12k: add WMI support for EHT peerAloka Dixit2023-08-032-3/+57
| | * wifi: ath12k: prepare EHT peer assoc parametersAloka Dixit2023-08-032-0/+161
| | * wifi: ath12k: add EHT PHY modesMuna Sinada2023-08-033-22/+94
| | * wifi: ath12k: propagate EHT capabilities to userspaceAloka Dixit2023-08-031-0/+111
| | * wifi: ath12k: WMI support to process EHT capabilitiesAloka Dixit2023-08-033-0/+218
| | * wifi: ath12k: move HE capabilities processing to a new functionAloka Dixit2023-08-031-56/+55
| | * wifi: ath12k: rename HE capabilities setup/copy functionsAloka Dixit2023-08-031-27/+31
| | * wifi: ath12k: change to use dynamic memory for channel list of scanWen Gong2023-08-022-2/+11
| | * wifi: ath12k: trigger station disconnect on hardware restartWen Gong2023-08-021-0/+21
| | * wifi: ath12k: Use pdev_id rather than mac_id to get pdevBaochen Qiang2023-08-022-7/+12