aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
AgeCommit message (Expand)Author
2018-11-06qtnfmac: fix error handling in control pathSergey Matyukevich
2018-11-06qtnfmac: add support for Topaz chipsetsSergey Matyukevich
2018-11-06qtnfmac_pcie: use single PCIe driver for all platformsIgor Mitsyanko
2018-10-13qtnfmac_pcie: cleanup Pearl platform headersSergey Matyukevich
2018-10-13qtnfmac: use SPDX identifier for pcie bus layer filesSergey Matyukevich
2018-10-13qtnfmac: use 'help' in KconfigSergey Matyukevich
2018-10-05qtnfmac: implement dump_station support for STA modeSergey Matyukevich
2018-10-05qtnfmac: drop redundant data copy in control pathSergey Matyukevich
2018-10-05qtnfmac: add support for scan dwell time configurationSergey Matyukevich
2018-10-05qtnfmac: add support for scan flushSergey Matyukevich
2018-10-05qtnfmac: drop error reports for out-of-bounds key indexesSergey Matyukevich
2018-10-05qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich
2018-10-05qtnfmac: pass sgi rate info flag to wireless coreSergey Matyukevich
2018-10-05qtnfmac: do not cancel scan in disconnect callbackIgor Mitsyanko
2018-10-05qtnfmac: cleanup and unify command error handlingSergey Matyukevich
2018-10-05qtnfmac: do not initialize per-MAC data multiple timesIgor Mitsyanko
2018-10-05qtnfmac: request userspace to do OBSS scanning if FW can notIgor Mitsyanko
2018-10-05qtnfmac: generate local disconnect event in disconnect callbackIgor Mitsyanko
2018-10-05qtnfmac: do not track STA states in driverSergey Matyukevich
2018-10-01qtnfmac_pcie: check for correct CHIP ID at pcie probeIgor Mitsyanko
2018-10-01qtnfmac: wait for FW load work to finish at PCIe removeIgor Mitsyanko
2018-10-01qtnfmac_pcie: extract platform-independent PCIe codeIgor Mitsyanko
2018-10-01qtnfmac: add missing header includes to bus.hIgor Mitsyanko
2018-10-01qtnfmac_pcie: rename platform-specific functionsIgor Mitsyanko
2018-10-01qtnfmac_pcie: separate platform-independent PCIe structureIgor Mitsyanko
2018-10-01qtnfmac_pcie: pearl: rename spinlock tx0_lock to tx_lockIgor Mitsyanko
2018-10-01qtnfmac_pcie: indicate pearl-specific structures by their namesIgor Mitsyanko
2018-10-01qtnfmac_pcie: rename private Pearl PCIe state structureIgor Mitsyanko
2018-10-01qtnfmac_pcie: move Pearl pcie sources to pcie-specific directoryIgor Mitsyanko
2018-10-01qtnfmac_pcie: do not store FW name in driver state structureIgor Mitsyanko
2018-09-20qtnfmac: remove set but not used variable 'vif'YueHaibing
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich
2018-07-30qtnfmac: enable multiple SSIDs scan supportAndrey Shevchenko
2018-07-30qtnfmac: implement cfg80211 power management callbackSergei Maksimenko
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller
2018-07-03Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub...David S. Miller
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat
2018-06-27qtnfmac: enable source MAC address randomization supportAndrey Shevchenko
2018-06-27qtnfmac: implement net_device_ops callback to set MAC addressIgor Mitsyanko
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-06-18qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-30qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich
2018-05-30qtnfmac: cancel scan on disconnectAndrey Shevchenko
2018-05-30qtnfmac: fix bg_scan_period parameter processingAndrey Shevchenko
2018-05-30qtnfmac: fix firmware command error pathDmitry Lebed
2018-05-30qtnfmac: improve control path timeout handlingDmitry Lebed
2018-05-30qtnfmac: cleanup wdev structure between its usesSergey Matyukevich
2018-05-30qtnfmac: decode error codes from firmware repliesIgor Mitsyanko
2018-05-30qtnfmac: simplify notationSergey Matyukevich