summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
Commit message (Expand)AuthorAgeFilesLines
* qtnfmac: remove meaningless goto statement and labelswengjianfeng2021-04-171-67/+0
* qtnfmac: remove meaningless labelswengjianfeng2021-04-171-21/+6
* Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-02-061-12/+1
|\
| * qtnfmac_pcie: Use module_pci_driverAmey Narkhede2021-01-141-12/+1
* | cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-1/+2
* | cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-222-3/+3
|/
* Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-12-041-3/+3
|\
| * qtnfmac: fix error return code in qtnf_pcie_probe()Wang Hai2020-11-241-3/+3
* | qtnfmac: switch to core handling of rx/tx byte/packet countersHeiner Kallweit2020-11-124-70/+20
|/
* qtnfmac: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-22/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-3/+7
|\
| * net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-3/+7
* | qtnfmac: fix resource leaks on unsupported iftype error return pathColin Ian King2020-09-291-0/+2
* | qtnfmac: Remove unused macro QTNF_DMP_MAX_LENYueHaibing2020-09-161-1/+0
* | qtnfmac: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-272-8/+6
|/
* qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc()Wang Hai2020-08-021-1/+4
* Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-40/+43
|\
| * cfg80211: change internal management frame registration APIJohannes Berg2020-04-241-40/+43
* | qtnfmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-122-28/+28
* | qtnfmac: Simplify code in _attach functionsChristophe JAILLET2020-04-142-2/+2
|/
* qtnfmac: add interface combination check for repeater modeDmitry Lebed2020-03-121-0/+15
* qtnfmac: assign each wiphy to its own virtual platform deviceSergey Matyukevich2020-03-123-7/+24
* qtnfmac: set valid edmg in cfg80211_chan_defSergey Matyukevich2020-03-121-0/+2
* qtnfmac: support WPA3 OWE in AP modeSergey Matyukevich2020-03-125-1/+137
* qtnfmac: support WPA3 SAE in AP modeSergey Matyukevich2020-03-124-10/+9
* qtnfmac: fix potential Spectre vulnerabilitiesSergey Matyukevich2020-02-123-5/+10
* qtnfmac: drop unnecessary TLVs from scan commandIgor Mitsyanko2020-02-123-93/+96
* qtnfmac: update channel switch command to support 6GHz bandIgor Mitsyanko2020-02-122-14/+28
* qtnfmac: cleanup alignment in firmware communication protocolIgor Mitsyanko2020-02-124-161/+103
* qtnfmac: pass max scan SSIDs limit on per-radio basisIgor Mitsyanko2020-02-124-8/+4
* qtnfmac: implement extendable channel survey dumpIgor Mitsyanko2020-02-125-122/+173
* qtnfmac: drop QTN_TLV_ID_NUM_IFACE_COMB TLV typeIgor Mitsyanko2020-02-122-35/+18
* qtnfmac: merge PHY_PARAMS_GET into MAC_INFOIgor Mitsyanko2020-02-124-138/+49
* qtnfmac: pass hardware capabilities in TLV elementIgor Mitsyanko2020-02-125-40/+63
* qtnfmac: use MAJOR.MINOR format for firmware protocolIgor Mitsyanko2020-02-124-33/+86
* qtnfmac: add support for TWT responder and spatial reuseMikhail Karpenko2020-01-262-1/+53
* qtnfmac: add support for STA HE ratesSergey Matyukevich2020-01-262-0/+3
* qtnfmac: control qtnfmac wireless interfaces bridgingSergey Matyukevich2020-01-261-18/+34
* qtnfmac: add module param to configure DFS offloadSergey Matyukevich2020-01-266-7/+22
* qtnfmac: cleanup slave_radar access functionSergey Matyukevich2020-01-263-7/+7
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* qtnfmac: process HE capabilities requestsMikhail Karpenko2019-11-202-1/+92
* qtnfmac: add TLV for extension IEsMikhail Karpenko2019-11-201-0/+35
* qtnfmac: signal that all packets coming from device are already floodedIgor Mitsyanko2019-11-202-0/+27
* qtnfmac: advertise netdev port parent IDIgor Mitsyanko2019-11-204-5/+22
* qtnfmac: add interface ID to each packetIgor Mitsyanko2019-11-204-18/+74
* qtnfmac: track broadcast domain of each interfaceIgor Mitsyanko2019-11-207-0/+149
* qtnfmac: remove VIF in firmware in case of errorIgor Mitsyanko2019-11-202-15/+12
* qtnfmac: add support for getting/setting transmit powerMikhail Karpenko2019-11-144-0/+151
* qtnfmac: handle MIC failure event from firmwareSergey Matyukevich2019-11-142-0/+55