summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/quantenna
AgeCommit message (Expand)AuthorFilesLines
2025-03-04Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/lin...Jakub Kicinski1-8/+13
2025-02-11wifi: qtnfmac: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-8/+13
2025-01-26Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-01-18wifi: qtnfmac: use always-managed version of pcim_intx()Philipp Stanner1-1/+1
2024-12-12wifi: qtnfmac: fix spelling error in core.hLiu Jing1-1/+1
2024-12-04wifi: cfg80211: send MLO links tx power info in GET_INTERFACERameshkumar Sundaram1-1/+1
2024-10-23wifi: cfg80211: disallow SMPS in AP modeJohannes Berg1-1/+1
2024-10-08wifi: qtnfmac: don't include lib80211.hJohannes Berg1-1/+0
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh2-4/+4
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh1-3/+3
2024-05-02wifi: qtnfmac: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-05-02wifi: qtnfmac: Move stats allocation to coreBreno Leitao1-14/+1
2024-04-24wifi: qtnfmac: Use netdev dummy allocator helperBreno Leitao1-2/+1
2024-03-21wifi: qtnfmac: allocate dummy net_device dynamicallyBreno Leitao4-9/+18
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-1/+1
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+1
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit1-2/+2
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2-3/+4
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-2/+2
2023-03-13wifi: qtnfmac: use struct_size and size_sub for payload lengthJacob Keller1-3/+4
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit1-1/+1
2023-02-14wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam1-0/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-5/+7
2022-08-09wifi: qtnfmac: remove braces around single statement blocksSebin Sebastian1-3/+1
2022-07-18wifi: qtnfmac: fix repeated words in commentsJilin Yuan1-2/+2
2022-07-01wifi: cfg80211: Increase akm_suites array size in cfg80211_crypto_settingsVeerendranath Jakkam1-4/+8
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg3-14/+17
2022-05-06qtnfmac: switch to netif_napi_add_weight()Jakub Kicinski2-4/+4
2021-10-20wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2-4/+0
2021-08-23qtnfmac: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-28/+28
2021-04-22qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_authLee Gibson1-2/+4
2021-04-17qtnfmac: remove meaningless goto statement and labelswengjianfeng1-67/+0
2021-04-17qtnfmac: remove meaningless labelswengjianfeng1-21/+6
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-12/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-1/+2
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg2-3/+3
2021-01-14qtnfmac_pcie: Use module_pci_driverAmey Narkhede1-12/+1
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-3/+3
2020-11-24qtnfmac: fix error return code in qtnf_pcie_probe()Wang Hai1-3/+3
2020-11-13qtnfmac: switch to core handling of rx/tx byte/packet countersHeiner Kallweit4-70/+20
2020-10-14qtnfmac: use new function dev_fetch_sw_netstatsHeiner Kallweit1-22/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+7
2020-09-29qtnfmac: fix resource leaks on unsupported iftype error return pathColin Ian King1-0/+2
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-3/+7
2020-09-16qtnfmac: Remove unused macro QTNF_DMP_MAX_LENYueHaibing1-1/+0
2020-08-27qtnfmac: convert tasklets to use new tasklet_setup() APIAllen Pais2-8/+6