aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-04wifi: wil6210: wmi: Use __counted_by() in struct wmi_set_link_monitor_cmd and avoid -Wfamnae warningGustavo A. R. Silva2-13/+8
2024-04-04wifi: wil6210: cfg80211: Use __counted_by() in struct wmi_start_scan_cmd and avoid some -Wfamnae warningsGustavo A. R. Silva2-13/+10
2024-03-25wifi: wil6210: fix sparse warningsKalle Valo3-5/+4
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+1
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit1-1/+2
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg1-2/+0
2023-07-27wifi: wil6210: fix fortify warningsDmitry Antipov4-6/+10
2023-05-25wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2023-05-25wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-30/+6
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-4/+2
2022-09-28wifi: wil6210: debugfs: use DEFINE_SHOW_ATTRIBUTE to simplify fw_capabilities/fw_versionLiu Shixin1-30/+6
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang3-3/+3
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller1-5/+5
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-5/+5
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-5/+2
2022-07-27wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`Ammar Faizi1-2/+2
2022-07-18wifi: wil6210: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-18wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()Dan Carpenter1-10/+4
2022-07-15tracing/ath: Use the new __vstring() helperSteven Rostedt (Google)1-5/+2
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller2-6/+7
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+1
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam1-2/+2
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-4/+5
2022-05-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-14/+0
2022-05-10wil6210: remove 'freq' debugfsJohannes Berg1-14/+0
2022-05-06wil6210: switch to netif_napi_add_tx()Jakub Kicinski1-6/+4
2022-05-02wil6210: use NAPI_POLL_WEIGHT for napi budgetJakub Kicinski2-5/+4
2022-04-27wil6210: simplify if-if to if-elseWan Jiabing1-3/+2
2022-04-23wil6210: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-3/+2
2022-03-06wireless: Atheros: Use netif_rx().Sebastian Andrzej Siewior2-2/+2
2021-10-20wil6210: use eth_hw_addr_set()Jakub Kicinski3-5/+7
2021-10-20wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-5/+5
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+10
2021-06-15wil6210: remove erroneous wiphy lockingJohannes Berg1-2/+0
2021-06-15wil6210: Fix wrong function name in commentsYang Shen2-4/+4
2021-04-18wil6210: wmi: Remove useless codeJiapeng Chong1-1/+1
2021-02-09wil6210: Add Support for Extended DMG MCS 12.1Max Chen5-19/+52
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg3-1/+10
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-2/+2
2021-01-05wil6210: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-11-07wil6210: wmi: Correct misnamed function parameter 'ptr_'Lee Jones1-1/+1
2020-08-31wil6210: wil_platform: Demote kernel-doc header to standard comment blockLee Jones1-2/+1
2020-08-31wil6210: pmc: Demote a few nonconformant kernel-doc function headersLee Jones1-8/+4
2020-08-31wil6210: txrx_edma: Demote comments which are clearly not kernel-docLee Jones1-7/+3
2020-08-31wil6210: txrx: Demote obvious abuse of kernel-docLee Jones1-20/+10
2020-08-31wil6210: interrupt: Demote comment header which is clearly not kernel-docLee Jones1-3/+1
2020-08-31wil6210: wmi: Fix formatting and demote non-conforming function headersLee Jones1-21/+15
2020-08-27wil6210: debugfs: Fix a couple of formatting issues in 'wil6210_debugfs_init'Lee Jones1-4/+4
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-2/+2