summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2025-10-15wifi: wcn36xx: Remove unused wcn36xx_smd_update_scan_paramsDr. David Alan Gilbert-135/+0
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-2/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-25Merge tag 'ath-next-20250418' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-1/+1
2025-04-17wifi: wcn36xx: Don't use %pK through printkThomas Weißschuh-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-12-09Merge tag 'ath-next-20241209' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo-1/+4
2024-11-21wifi: wcn36xx: fix channel survey memory allocation sizeBarnabás Czémán-1/+4
2024-11-11wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König-4/+4
2024-09-19wifi: wcn36xx: fix a typo in struct wcn36xx_sta documentationAndrew Kreimer-1/+1
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach-1/+1
2024-03-25wifi: wcn36xx: main: fix sparse warningsKalle Valo-2/+2
2024-03-25wifi: wcn36xx: buff_to_be(): fix sparse warningsKalle Valo-4/+7
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg-0/+4
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for wcn36xxBreno Leitao-0/+1
2023-12-01wifi: wcn36xx: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-21wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_byKees Cook-1/+1
2023-09-21wifi: wcn36xx: remove unnecessary (void*) conversionsWu Yunchuan-14/+14
2023-08-01wifi: drivers: Explicitly include correct DT includesRob Herring-2/+1
2023-03-15wifi: wcn36xx: add support for pronto-v3Vladimir Lypak-13/+16
2023-02-24wifi: wcn36xx: Slightly optimize PREPARE_HAL_BUF()Christophe JAILLET-2/+2
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel-0/+1
2022-09-19wifi: wcn36xx: fix repeated words in commentsJilin Yuan-1/+1
2022-09-19wifi: wcn36xx: Add RX frame SNR as a source of system entropyBryan O'Donoghue-0/+4
2022-07-29wifi: wcn36xx: Add debugfs entry to read firmware feature stringsBryan O'Donoghue-0/+40
2022-07-29wifi: wcn36xx: Move capability bitmap to string translation function to firmw...Bryan O'Donoghue-77/+81
2022-07-29wifi: wcn36xx: Move firmware feature bit storage to dedicated firmware.c fileBryan O'Donoghue-124/+146
2022-07-29wifi: wcn36xx: Rename clunky firmware feature bit enumBryan O'Donoghue-8/+8
2022-07-18wifi: wcn36xx: fix repeated words in commentsJilin Yuan-1/+1
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg-1/+1
2022-07-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-2/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-9/+9
2022-06-20wcn36xx: Fix typo in commentXiang wangx-2/+2
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-3/+3
2022-04-12wcn36xx: clean up some inconsistent indentingYang Li-3/+3
2022-04-11mac80211: prepare sta handling for MLO supportSriram R-25/+28
2022-04-01wcn36xx: Improve readability of wcn36xx_caps_nameBenjamin Stürz-61/+65
2022-03-30wcn36xx: Implement tx_rate reportingEdmond Gagnon-1/+111
2022-02-14wcn36xx: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)-1/+1
2022-02-10wcn36xx: Uninitialized variable in wcn36xx_change_opchannel()Dan Carpenter-1/+1
2022-02-03wcn36xx: clean up some inconsistent indentingYang Li-7/+7
2022-01-31wcn36xx: Differentiate wcn3660 from wcn3620Bryan O'Donoghue-0/+4
2022-01-19wcn36xx: Add SNR reporting via get_survey()Bryan O'Donoghue-0/+44
2022-01-19wcn36xx: Track SNR and RSSI for each RX frameBryan O'Donoghue-0/+53
2022-01-19wcn36xx: Track the band and channel we are tuned toBryan O'Donoghue-0/+30
2022-01-19wcn36xx: Implement get_snr()Bryan O'Donoghue-0/+5