aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-20qtnfmac: process HE capabilities requestsMikhail Karpenko2-1/+92
2019-11-20qtnfmac: add TLV for extension IEsMikhail Karpenko1-0/+35
2019-11-20qtnfmac: signal that all packets coming from device are already floodedIgor Mitsyanko2-0/+27
2019-11-20qtnfmac: advertise netdev port parent IDIgor Mitsyanko4-5/+22
2019-11-20qtnfmac: add interface ID to each packetIgor Mitsyanko4-18/+74
2019-11-20qtnfmac: track broadcast domain of each interfaceIgor Mitsyanko7-0/+149
2019-11-20qtnfmac: remove VIF in firmware in case of errorIgor Mitsyanko2-15/+12
2019-11-14qtnfmac: add support for getting/setting transmit powerMikhail Karpenko4-0/+151
2019-11-14qtnfmac: handle MIC failure event from firmwareSergey Matyukevich2-0/+55
2019-11-14qtnfmac: send EAPOL frames via control pathSergey Matyukevich5-20/+14
2019-11-14qtnfmac: modify Rx descriptors queue setupSergey Matyukevich4-23/+41
2019-11-14qtnfmac: fix invalid channel information outputSergey Matyukevich1-3/+4
2019-11-14qtnfmac: fix debugfs support for multiple cardsSergey Matyukevich1-1/+5
2019-11-14qtnfmac: fix using skb after freeSergey Matyukevich1-2/+4
2019-10-15wireless: Remove call to memset after dma_alloc_coherentFuqian Huang2-4/+0
2019-08-06qtnfmac_pcie: Use dev_get_drvdataChuhong Yuan1-2/+2
2019-06-25qtnfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-26qtnfmac: modify debugfs to support multiple cardsSergey Matyukevich3-1/+30
2019-04-26qtnfmac: allow to control DFS slave radar detectionIgor Mitsyanko6-4/+19
2019-04-26qtnfmac: handle channel switch events for connected stations onlySergey Matyukevich1-5/+11
2019-04-04qtnfmac: replace qtnf_cmd_acl_data_size() with struct_size()Gustavo A. R. Silva1-11/+4
2019-04-04qtnfmac: use scan duration param for different scan typesIgor Mitsyanko2-11/+49
2019-04-04qtnfmac: send EAPOL frames via control pathIgor Mitsyanko10-25/+89
2019-04-04qtnfmac: allow changing the netnsSergey Matyukevich1-1/+2
2019-04-04qtnfmac: simplify firmware state trackingSergey Matyukevich4-15/+30
2019-04-04qtnfmac: fix core attach error path in pcie backendSergey Matyukevich4-39/+34
2019-04-04qtnfmac: update bands information on CHANGE_INTF commandIgor Mitsyanko1-2/+19
2019-04-04qtnfmac: pass DFS region to firmware on region updateIgor Mitsyanko2-2/+19
2019-04-04qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko7-156/+156
2019-04-04qtnfmac: flexible regulatory domain registration logicIgor Mitsyanko1-5/+14
2019-04-04qtnfmac: pass complete channel info in regulatory notifierIgor Mitsyanko3-31/+76
2019-04-04qtnfmac: include full channels info to regulatory notifierIgor Mitsyanko2-1/+27
2019-04-04qtnfmac: simplify error reporting in regulatory notifierIgor Mitsyanko1-10/+2
2019-04-04qtnfmac: make regulatory notifier work on per-phy basisIgor Mitsyanko3-30/+13
2019-02-08qtnfmac: enable WPA3 SAE supportSergey Matyukevich5-2/+145
2019-02-08qtnfmac: enable WPA3 OWE supportSergey Matyukevich2-43/+102
2019-02-01qtnfmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+1
2019-02-01qtnfmac: qtnf_cmd_send_with_reply cleanupSergey Matyukevich1-6/+4
2019-02-01qtnfmac: remove unused declarationsSergey Matyukevich1-2/+0
2019-02-01qtnfmac: add missing bss record to host scan cacheSergey Matyukevich2-5/+78
2019-02-01qtnfmac: convert to SPDX license identifiersSergey Matyukevich23-327/+45
2019-02-01qtnfmac: do not reject retry changes in driverSergey Matyukevich2-5/+8
2019-02-01qtnfmac: switch to 32bit values for RTS/FRAG thresholdsSergey Matyukevich3-6/+17
2019-02-01qtnfmac: add support for 4addr modeSergey Matyukevich5-17/+31
2019-02-01qtnfmac: fix INTx interrupt handlingSergey Matyukevich1-3/+3
2019-02-01qtnfmac: support EBUSY errcode for QLINK protocolAndrey Shevchenko2-0/+3
2019-02-01qtnfmac: use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2018-11-06qtnfmac: fix error handling in control pathSergey Matyukevich1-8/+13