summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
Commit message (Expand)AuthorAgeFilesLines
* qtnfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-251-3/+2Star
* 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/+4Star
* 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/+34Star
* 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/+2Star
* qtnfmac: make regulatory notifier work on per-phy basisIgor Mitsyanko2019-04-043-30/+13Star
* 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/+1Star
* qtnfmac: qtnf_cmd_send_with_reply cleanupSergey Matyukevich2019-02-011-6/+4Star
* qtnfmac: remove unused declarationsSergey Matyukevich2019-02-011-2/+0Star
* qtnfmac: add missing bss record to host scan cacheSergey Matyukevich2019-02-012-5/+78
* qtnfmac: convert to SPDX license identifiersSergey Matyukevich2019-02-0123-327/+45Star
* 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/+2Star
* qtnfmac: fix error handling in control pathSergey Matyukevich2018-11-061-8/+13
* qtnfmac: add support for Topaz chipsetsSergey Matyukevich2018-11-069-5/+1373
* qtnfmac_pcie: use single PCIe driver for all platformsIgor Mitsyanko2018-11-067-251/+292
* qtnfmac_pcie: cleanup Pearl platform headersSergey Matyukevich2018-10-132-230/+3Star
* qtnfmac: use SPDX identifier for pcie bus layer filesSergey Matyukevich2018-10-133-45/+6Star
* qtnfmac: use 'help' in KconfigSergey Matyukevich2018-10-132-2/+2
* qtnfmac: implement dump_station support for STA modeSergey Matyukevich2018-10-051-9/+21
* qtnfmac: drop redundant data copy in control pathSergey Matyukevich2018-10-053-12/+10Star
* qtnfmac: add support for scan dwell time configurationSergey Matyukevich2018-10-053-0/+15
* qtnfmac: add support for scan flushSergey Matyukevich2018-10-053-0/+15
* qtnfmac: drop error reports for out-of-bounds key indexesSergey Matyukevich2018-10-051-3/+10
* qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich2018-10-054-4/+25
* qtnfmac: pass sgi rate info flag to wireless coreSergey Matyukevich2018-10-051-0/+3
* qtnfmac: do not cancel scan in disconnect callbackIgor Mitsyanko2018-10-051-2/+0Star
* qtnfmac: cleanup and unify command error handlingSergey Matyukevich2018-10-052-433/+149Star
* qtnfmac: do not initialize per-MAC data multiple timesIgor Mitsyanko2018-10-051-10/+13
* qtnfmac: request userspace to do OBSS scanning if FW can notIgor Mitsyanko2018-10-052-0/+5
* qtnfmac: generate local disconnect event in disconnect callbackIgor Mitsyanko2018-10-051-6/+7