summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
AgeCommit message (Expand)AuthorLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-26qtnfmac: modify debugfs to support multiple cardsSergey Matyukevich-1/+30
2019-04-26qtnfmac: allow to control DFS slave radar detectionIgor Mitsyanko-4/+19
2019-04-26qtnfmac: handle channel switch events for connected stations onlySergey Matyukevich-5/+11
2019-04-04qtnfmac: replace qtnf_cmd_acl_data_size() with struct_size()Gustavo A. R. Silva-11/+4
2019-04-04qtnfmac: use scan duration param for different scan typesIgor Mitsyanko-11/+49
2019-04-04qtnfmac: send EAPOL frames via control pathIgor Mitsyanko-25/+89
2019-04-04qtnfmac: allow changing the netnsSergey Matyukevich-1/+2
2019-04-04qtnfmac: simplify firmware state trackingSergey Matyukevich-15/+30
2019-04-04qtnfmac: fix core attach error path in pcie backendSergey Matyukevich-39/+34
2019-04-04qtnfmac: update bands information on CHANGE_INTF commandIgor Mitsyanko-2/+19
2019-04-04qtnfmac: pass DFS region to firmware on region updateIgor Mitsyanko-2/+19
2019-04-04qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko-156/+156
2019-04-04qtnfmac: flexible regulatory domain registration logicIgor Mitsyanko-5/+14
2019-04-04qtnfmac: pass complete channel info in regulatory notifierIgor Mitsyanko-31/+76
2019-04-04qtnfmac: include full channels info to regulatory notifierIgor Mitsyanko-1/+27
2019-04-04qtnfmac: simplify error reporting in regulatory notifierIgor Mitsyanko-10/+2
2019-04-04qtnfmac: make regulatory notifier work on per-phy basisIgor Mitsyanko-30/+13
2019-02-08qtnfmac: enable WPA3 SAE supportSergey Matyukevich-2/+145
2019-02-08qtnfmac: enable WPA3 OWE supportSergey Matyukevich-43/+102
2019-02-01qtnfmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-13/+1
2019-02-01qtnfmac: qtnf_cmd_send_with_reply cleanupSergey Matyukevich-6/+4
2019-02-01qtnfmac: remove unused declarationsSergey Matyukevich-2/+0
2019-02-01qtnfmac: add missing bss record to host scan cacheSergey Matyukevich-5/+78
2019-02-01qtnfmac: convert to SPDX license identifiersSergey Matyukevich-327/+45
2019-02-01qtnfmac: do not reject retry changes in driverSergey Matyukevich-5/+8
2019-02-01qtnfmac: switch to 32bit values for RTS/FRAG thresholdsSergey Matyukevich-6/+17
2019-02-01qtnfmac: add support for 4addr modeSergey Matyukevich-17/+31
2019-02-01qtnfmac: fix INTx interrupt handlingSergey Matyukevich-3/+3
2019-02-01qtnfmac: support EBUSY errcode for QLINK protocolAndrey Shevchenko-0/+3
2019-02-01qtnfmac: use struct_size() in kzalloc()Gustavo A. R. Silva-3/+2
2018-11-06qtnfmac: fix error handling in control pathSergey Matyukevich-8/+13
2018-11-06qtnfmac: add support for Topaz chipsetsSergey Matyukevich-5/+1373
2018-11-06qtnfmac_pcie: use single PCIe driver for all platformsIgor Mitsyanko-251/+292
2018-10-13qtnfmac_pcie: cleanup Pearl platform headersSergey Matyukevich-230/+3
2018-10-13qtnfmac: use SPDX identifier for pcie bus layer filesSergey Matyukevich-45/+6
2018-10-13qtnfmac: use 'help' in KconfigSergey Matyukevich-2/+2
2018-10-05qtnfmac: implement dump_station support for STA modeSergey Matyukevich-9/+21
2018-10-05qtnfmac: drop redundant data copy in control pathSergey Matyukevich-12/+10
2018-10-05qtnfmac: add support for scan dwell time configurationSergey Matyukevich-0/+15
2018-10-05qtnfmac: add support for scan flushSergey Matyukevich-0/+15
2018-10-05qtnfmac: drop error reports for out-of-bounds key indexesSergey Matyukevich-3/+10
2018-10-05qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich-4/+25
2018-10-05qtnfmac: pass sgi rate info flag to wireless coreSergey Matyukevich-0/+3
2018-10-05qtnfmac: do not cancel scan in disconnect callbackIgor Mitsyanko-2/+0
2018-10-05qtnfmac: cleanup and unify command error handlingSergey Matyukevich-433/+149
2018-10-05qtnfmac: do not initialize per-MAC data multiple timesIgor Mitsyanko-10/+13
2018-10-05qtnfmac: request userspace to do OBSS scanning if FW can notIgor Mitsyanko-0/+5
2018-10-05qtnfmac: generate local disconnect event in disconnect callbackIgor Mitsyanko-6/+7
2018-10-05qtnfmac: do not track STA states in driverSergey Matyukevich-76/+8