summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qtnfmac: send EAPOL frames via control pathSergey Matyukevich2019-11-145-20/+14
* qtnfmac: modify Rx descriptors queue setupSergey Matyukevich2019-11-144-23/+41
* qtnfmac: fix invalid channel information outputSergey Matyukevich2019-11-141-3/+4
* qtnfmac: fix debugfs support for multiple cardsSergey Matyukevich2019-11-141-1/+5
* qtnfmac: fix using skb after freeSergey Matyukevich2019-11-141-2/+4
* wireless: Remove call to memset after dma_alloc_coherentFuqian Huang2019-10-152-4/+0
* qtnfmac_pcie: Use dev_get_drvdataChuhong Yuan2019-08-061-2/+2
* qtnfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-251-3/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* qtnfmac: modify debugfs to support multiple cardsSergey Matyukevich2019-04-263-1/+30
* qtnfmac: allow to control DFS slave radar detectionIgor Mitsyanko2019-04-266-4/+19
* qtnfmac: handle channel switch events for connected stations onlySergey Matyukevich2019-04-261-5/+11
* qtnfmac: replace qtnf_cmd_acl_data_size() with struct_size()Gustavo A. R. Silva2019-04-041-11/+4
* qtnfmac: use scan duration param for different scan typesIgor Mitsyanko2019-04-042-11/+49
* qtnfmac: send EAPOL frames via control pathIgor Mitsyanko2019-04-0410-25/+89
* qtnfmac: allow changing the netnsSergey Matyukevich2019-04-041-1/+2
* qtnfmac: simplify firmware state trackingSergey Matyukevich2019-04-044-15/+30
* qtnfmac: fix core attach error path in pcie backendSergey Matyukevich2019-04-044-39/+34
* qtnfmac: update bands information on CHANGE_INTF commandIgor Mitsyanko2019-04-041-2/+19
* qtnfmac: pass DFS region to firmware on region updateIgor Mitsyanko2019-04-042-2/+19
* qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko2019-04-047-156/+156