aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-06qtnfmac: add support for Topaz chipsetsSergey Matyukevich9-5/+1373
2018-11-06qtnfmac_pcie: use single PCIe driver for all platformsIgor Mitsyanko7-251/+292
2018-10-13qtnfmac_pcie: cleanup Pearl platform headersSergey Matyukevich2-230/+3
2018-10-13qtnfmac: use SPDX identifier for pcie bus layer filesSergey Matyukevich3-45/+6
2018-10-13qtnfmac: use 'help' in KconfigSergey Matyukevich2-2/+2
2018-10-05qtnfmac: implement dump_station support for STA modeSergey Matyukevich1-9/+21
2018-10-05qtnfmac: drop redundant data copy in control pathSergey Matyukevich3-12/+10
2018-10-05qtnfmac: add support for scan dwell time configurationSergey Matyukevich3-0/+15
2018-10-05qtnfmac: add support for scan flushSergey Matyukevich3-0/+15
2018-10-05qtnfmac: drop error reports for out-of-bounds key indexesSergey Matyukevich1-3/+10
2018-10-05qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich4-4/+25
2018-10-05qtnfmac: pass sgi rate info flag to wireless coreSergey Matyukevich1-0/+3
2018-10-05qtnfmac: do not cancel scan in disconnect callbackIgor Mitsyanko1-2/+0
2018-10-05qtnfmac: cleanup and unify command error handlingSergey Matyukevich2-433/+149
2018-10-05qtnfmac: do not initialize per-MAC data multiple timesIgor Mitsyanko1-10/+13
2018-10-05qtnfmac: request userspace to do OBSS scanning if FW can notIgor Mitsyanko2-0/+5
2018-10-05qtnfmac: generate local disconnect event in disconnect callbackIgor Mitsyanko1-6/+7
2018-10-05qtnfmac: do not track STA states in driverSergey Matyukevich3-76/+8
2018-10-01qtnfmac_pcie: check for correct CHIP ID at pcie probeIgor Mitsyanko2-0/+38
2018-10-01qtnfmac: wait for FW load work to finish at PCIe removeIgor Mitsyanko2-4/+1
2018-10-01qtnfmac_pcie: extract platform-independent PCIe codeIgor Mitsyanko5-383/+455
2018-10-01qtnfmac: add missing header includes to bus.hIgor Mitsyanko1-0/+3
2018-10-01qtnfmac_pcie: rename platform-specific functionsIgor Mitsyanko1-49/+52
2018-10-01qtnfmac_pcie: separate platform-independent PCIe structureIgor Mitsyanko3-261/+287
2018-10-01qtnfmac_pcie: pearl: rename spinlock tx0_lock to tx_lockIgor Mitsyanko1-5/+5
2018-10-01qtnfmac_pcie: indicate pearl-specific structures by their namesIgor Mitsyanko2-68/+68
2018-10-01qtnfmac_pcie: rename private Pearl PCIe state structureIgor Mitsyanko2-138/+111
2018-10-01qtnfmac_pcie: move Pearl pcie sources to pcie-specific directoryIgor Mitsyanko5-4/+4
2018-10-01qtnfmac_pcie: do not store FW name in driver state structureIgor Mitsyanko2-5/+4
2018-09-20qtnfmac: remove set but not used variable 'vif'YueHaibing1-3/+0
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich6-0/+248
2018-07-30qtnfmac: enable multiple SSIDs scan supportAndrey Shevchenko4-7/+9
2018-07-30qtnfmac: implement cfg80211 power management callbackSergei Maksimenko4-0/+82
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller4-16/+89
2018-07-03Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-2/+1
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-16/+16
2018-06-27qtnfmac: enable source MAC address randomization supportAndrey Shevchenko3-0/+48
2018-06-27qtnfmac: implement net_device_ops callback to set MAC addressIgor Mitsyanko1-0/+25