summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/quantenna/qtnfmac/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02wifi: qtnfmac: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-05-02wifi: qtnfmac: Move stats allocation to coreBreno Leitao1-14/+1
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg1-1/+1
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 JAILLET1-2/+0
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-1/+2
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-1/+1
2020-11-13qtnfmac: switch to core handling of rx/tx byte/packet countersHeiner Kallweit1-62/+16
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-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-02qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc()Wang Hai1-1/+4
2020-03-12qtnfmac: assign each wiphy to its own virtual platform deviceSergey Matyukevich1-4/+14
2020-02-12qtnfmac: fix potential Spectre vulnerabilitiesSergey Matyukevich1-1/+3
2020-02-12qtnfmac: merge PHY_PARAMS_GET into MAC_INFOIgor Mitsyanko1-12/+6
2020-02-12qtnfmac: pass hardware capabilities in TLV elementIgor Mitsyanko1-4/+5
2020-02-12qtnfmac: use MAJOR.MINOR format for firmware protocolIgor Mitsyanko1-7/+9
2020-01-26qtnfmac: control qtnfmac wireless interfaces bridgingSergey Matyukevich1-18/+34
2020-01-26qtnfmac: add module param to configure DFS offloadSergey Matyukevich1-0/+9
2020-01-26qtnfmac: cleanup slave_radar access functionSergey Matyukevich1-5/+5
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-20qtnfmac: process HE capabilities requestsMikhail Karpenko1-0/+3
2019-11-20qtnfmac: signal that all packets coming from device are already floodedIgor Mitsyanko1-0/+3
2019-11-20qtnfmac: advertise netdev port parent IDIgor Mitsyanko1-0/+20
2019-11-20qtnfmac: add interface ID to each packetIgor Mitsyanko1-9/+10
2019-11-20qtnfmac: track broadcast domain of each interfaceIgor Mitsyanko1-0/+64
2019-11-20qtnfmac: remove VIF in firmware in case of errorIgor Mitsyanko1-10/+9
2019-11-14qtnfmac: send EAPOL frames via control pathSergey Matyukevich1-9/+14
2019-04-26qtnfmac: modify debugfs to support multiple cardsSergey Matyukevich1-0/+26
2019-04-26qtnfmac: allow to control DFS slave radar detectionIgor Mitsyanko1-0/+9
2019-04-04qtnfmac: send EAPOL frames via control pathIgor Mitsyanko1-3/+42
2019-04-04qtnfmac: simplify firmware state trackingSergey Matyukevich1-3/+5
2019-04-04qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko1-3/+2
2019-02-01qtnfmac: convert to SPDX license identifiersSergey Matyukevich1-15/+2
2019-02-01qtnfmac: add support for 4addr modeSergey Matyukevich1-1/+3
2018-10-05qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich1-2/+14
2018-10-05qtnfmac: do not initialize per-MAC data multiple timesIgor Mitsyanko1-10/+13
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich1-0/+1
2018-06-27qtnfmac: implement net_device_ops callback to set MAC addressIgor Mitsyanko1-0/+25
2018-05-30qtnfmac: improve control path timeout handlingDmitry Lebed1-1/+1
2018-05-30qtnfmac: cleanup wdev structure between its usesSergey Matyukevich1-1/+0
2018-04-30qtnfmac: fix qtnf_netdev_hard_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-01-24qtnfmac: do not use mutexes in timer contextIgor Mitsyanko1-1/+32
2018-01-24qtnfmac: modify supported interface combinationsSergey Matyukevich1-2/+18
2018-01-24qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov1-0/+5
2018-01-24qtnfmac: support 64-bit network interface statsVasily Ulyanov1-3/+78
2018-01-09qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov1-0/+2
2018-01-09qtnfmac: change default interface mode from AP to STAIgor Mitsyanko1-7/+4