summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-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
* qtnfmac: flexible regulatory domain registration logicIgor Mitsyanko2019-04-041-5/+14
* qtnfmac: pass complete channel info in regulatory notifierIgor Mitsyanko2019-04-043-31/+76
* qtnfmac: include full channels info to regulatory notifierIgor Mitsyanko2019-04-042-1/+27
* qtnfmac: simplify error reporting in regulatory notifierIgor Mitsyanko2019-04-041-10/+2
* qtnfmac: make regulatory notifier work on per-phy basisIgor Mitsyanko2019-04-043-30/+13
* qtnfmac: enable WPA3 SAE supportSergey Matyukevich2019-02-085-2/+145
* qtnfmac: enable WPA3 OWE supportSergey Matyukevich2019-02-082-43/+102
* qtnfmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-13/+1
* qtnfmac: qtnf_cmd_send_with_reply cleanupSergey Matyukevich2019-02-011-6/+4
* qtnfmac: remove unused declarationsSergey Matyukevich2019-02-011-2/+0
* qtnfmac: add missing bss record to host scan cacheSergey Matyukevich2019-02-012-5/+78
* qtnfmac: convert to SPDX license identifiersSergey Matyukevich2019-02-0123-327/+45
* qtnfmac: do not reject retry changes in driverSergey Matyukevich2019-02-012-5/+8
* qtnfmac: switch to 32bit values for RTS/FRAG thresholdsSergey Matyukevich2019-02-013-6/+17
* qtnfmac: add support for 4addr modeSergey Matyukevich2019-02-015-17/+31
* qtnfmac: fix INTx interrupt handlingSergey Matyukevich2019-02-011-3/+3
* qtnfmac: support EBUSY errcode for QLINK protocolAndrey Shevchenko2019-02-012-0/+3
* qtnfmac: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-011-3/+2
* qtnfmac: fix error handling in control pathSergey Matyukevich2018-11-061-8/+13