summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
Commit message (Expand)AuthorAgeFilesLines
* 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
* qtnfmac: do not track STA states in driverSergey Matyukevich2018-10-053-76/+8Star
* qtnfmac_pcie: check for correct CHIP ID at pcie probeIgor Mitsyanko2018-10-012-0/+38
* qtnfmac: wait for FW load work to finish at PCIe removeIgor Mitsyanko2018-10-012-4/+1Star
* qtnfmac_pcie: extract platform-independent PCIe codeIgor Mitsyanko2018-10-015-383/+455
* qtnfmac: add missing header includes to bus.hIgor Mitsyanko2018-10-011-0/+3
* qtnfmac_pcie: rename platform-specific functionsIgor Mitsyanko2018-10-011-49/+52
* qtnfmac_pcie: separate platform-independent PCIe structureIgor Mitsyanko2018-10-013-261/+287
* qtnfmac_pcie: pearl: rename spinlock tx0_lock to tx_lockIgor Mitsyanko2018-10-011-5/+5
* qtnfmac_pcie: indicate pearl-specific structures by their namesIgor Mitsyanko2018-10-012-68/+68
* qtnfmac_pcie: rename private Pearl PCIe state structureIgor Mitsyanko2018-10-012-138/+111Star
* qtnfmac_pcie: move Pearl pcie sources to pcie-specific directoryIgor Mitsyanko2018-10-015-4/+4
* qtnfmac_pcie: do not store FW name in driver state structureIgor Mitsyanko2018-10-012-5/+4Star
* qtnfmac: remove set but not used variable 'vif'YueHaibing2018-09-201-3/+0Star
* qtnfmac: implement basic WoWLAN supportSergey Matyukevich2018-08-026-0/+248
* qtnfmac: enable multiple SSIDs scan supportAndrey Shevchenko2018-07-304-7/+9
* qtnfmac: implement cfg80211 power management callbackSergei Maksimenko2018-07-304-0/+82
* Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller2018-07-244-16/+89
|\
| * wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-16/+16
| * qtnfmac: enable source MAC address randomization supportAndrey Shevchenko2018-06-273-0/+48
| * qtnfmac: implement net_device_ops callback to set MAC addressIgor Mitsyanko2018-06-271-0/+25
* | Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub...David S. Miller2018-07-031-2/+1Star
|\ \
| * | qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva2018-06-181-2/+1Star
| |/
* / net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-231-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich2018-05-302-12/+17
* qtnfmac: cancel scan on disconnectAndrey Shevchenko2018-05-301-0/+2
* qtnfmac: fix bg_scan_period parameter processingAndrey Shevchenko2018-05-302-7/+3Star
* qtnfmac: fix firmware command error pathDmitry Lebed2018-05-302-1/+4
* qtnfmac: improve control path timeout handlingDmitry Lebed2018-05-303-5/+15
* qtnfmac: cleanup wdev structure between its usesSergey Matyukevich2018-05-302-6/+3Star
* qtnfmac: decode error codes from firmware repliesIgor Mitsyanko2018-05-302-2/+26
* qtnfmac: simplify notationSergey Matyukevich2018-05-301-12/+13
* qtnfmac: remove unused function declarationsAndrey Shevchenko2018-05-301-5/+0Star
* wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-121-14/+27