summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-19/+16
2026-01-15wifi: wil6210: fix a bunch of kernel-doc warningsRandy Dunlap-17/+16
2025-10-30net: wireless: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-1/+0
2025-09-04wifi: drivers: indicate support for attributes in NL80211_CMD_SET_BSSArend van Spriel-0/+1
2025-06-27wifi: wil6210: wmi: Fix spellings reported by codespellSumanth Gavini-3/+3
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-1/+2
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-10/+16
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+4
2025-06-07wil6210: fix support for sparrow chipsetsSebastian Gottschall-10/+16
2025-05-21wifi: check if socket flags are validBert Karwatzki-2/+1
2025-04-23wifi: free SKBTX_WIFI_STATUS skb tx_flags flagJohannes Berg-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-11/+11
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-10-23wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau-0/+1
2024-10-08wifi: radiotap: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-1/+1
2024-05-07wifi: wil6210: Do not use embedded netdev in wil6210_privBreno Leitao-7/+16
2024-04-04wifi: wil6210: wmi: Use __counted_by() in struct wmi_set_link_monitor_cmd and...Gustavo A. R. Silva-13/+8
2024-04-04wifi: wil6210: cfg80211: Use __counted_by() in struct wmi_start_scan_cmd and ...Gustavo A. R. Silva-13/+10
2024-03-25wifi: wil6210: fix sparse warningsKalle Valo-5/+4
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg-1/+1
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit-1/+2
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg-2/+0
2023-07-27wifi: wil6210: fix fortify warningsDmitry Antipov-6/+10
2023-05-25wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva-1/+1
2023-05-25wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva-2/+2
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-30/+6
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-4/+2
2022-09-28wifi: wil6210: debugfs: use DEFINE_SHOW_ATTRIBUTE to simplify fw_capabilities...Liu Shixin-30/+6
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang-3/+3
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller-5/+5
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam-5/+5
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-5/+2
2022-07-27wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`Ammar Faizi-2/+2
2022-07-18wifi: wil6210: fix repeated words in commentsJilin Yuan-1/+1
2022-07-18wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()Dan Carpenter-10/+4
2022-07-15tracing/ath: Use the new __vstring() helperSteven Rostedt (Google)-5/+2
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller-6/+7
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet-3/+1
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam-2/+2
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg-4/+5
2022-05-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-14/+0
2022-05-10wil6210: remove 'freq' debugfsJohannes Berg-14/+0
2022-05-06wil6210: switch to netif_napi_add_tx()Jakub Kicinski-6/+4
2022-05-02wil6210: use NAPI_POLL_WEIGHT for napi budgetJakub Kicinski-5/+4
2022-04-27wil6210: simplify if-if to if-elseWan Jiabing-3/+2
2022-04-23wil6210: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi-3/+2
2022-03-06wireless: Atheros: Use netif_rx().Sebastian Andrzej Siewior-2/+2