summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
Commit message (Expand)AuthorAgeFilesLines
* qtnfmac: support MAC address based access controlVasily Ulyanov2018-01-097-1/+137
* qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko2018-01-095-7/+16
* qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibilityIgor Mitsyanko2018-01-094-168/+267
* qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov2018-01-094-0/+50
* qtnfmac: fix rssi data passed to wireless coreSergey Matyukevich2018-01-092-9/+9
* qtnfmac: check for passed channel being NULL in MGMT_TX commandIgor Mitsyanko2018-01-091-2/+11
* qtnfmac: change default interface mode from AP to STAIgor Mitsyanko2018-01-093-10/+6Star
* qtnfmac: add support for radar detection and CACIgor Mitsyanko2018-01-095-1/+155
* qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich2018-01-095-51/+74
* qtnfmac: check that MAC exists in regulatory notifierIgor Mitsyanko2018-01-091-0/+3
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-1/+1
* qtnfmac: pass all CONNECT cmd params to wireless card for processingIgor Mitsyanko2017-11-102-30/+65
* qtnfmac: include HTCAP and VHTCAP into config AP commandIgor Mitsyanko2017-11-101-0/+18
* qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko2017-11-104-52/+47Star
* qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko2017-11-103-34/+10Star
* qtnfmac: SCAN results: retreive frame type information from "IE set" TLVIgor Mitsyanko2017-11-102-22/+14Star
* qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko2017-11-103-30/+80
* qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko2017-11-104-14/+2Star
* qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko2017-11-104-9/+12
* qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko2017-11-105-59/+84
* Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-047-19/+70
|\
| * qtnfmac: advertise support of inactivity timeoutIgor Mitsyanko2017-10-303-4/+17
| * qtnfmac: modify full Tx queue recoverySergey Matyukevich2017-10-304-5/+37
| * qtnfmac: drop nonexistent function declarationSergey Matyukevich2017-10-301-3/+0Star
| * qtnfmac: enable registration of more mgmt framesSergey Matyukevich2017-10-301-1/+11
| * qtnfmac: modify full Tx queue error reportingSergey Matyukevich2017-10-301-1/+1
| * qtnfmac: Convert timers to use timer_setup()Kees Cook2017-10-272-5/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-10-165-6/+19
|\|
| * qtnfmac: cancel scans on wireless interface changesSergey Matyukevich2017-09-203-5/+9
| * qtnfmac: lock access to h/w in tx pathSergey Matyukevich2017-09-202-1/+10
* | qtnfmac: do not cache current channel info in driver's stateIgor Mitsyanko2017-10-133-8/+2Star
* | qtnfmac: make encryption info a part of CONNECT command.Igor Mitsyanko2017-10-132-25/+22Star
* | qtnfmac: do not cache BSS state in per-VIF structureIgor Mitsyanko2017-10-133-66/+42Star
* | qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko2017-10-134-45/+2Star
* | qtnfmac: get rid of QTNF_STATE_AP_CONFIGIgor Mitsyanko2017-10-133-12/+0Star
* | qtnfmac: pass channel definition to WiFi card on START_AP commandIgor Mitsyanko2017-10-135-22/+62
* | qtnfmac: pass all AP settings to wireless card for processingIgor Mitsyanko2017-10-134-43/+101
* | qtnfmac: do not cache AP settings in driver structuresIgor Mitsyanko2017-10-133-41/+25Star
* | qtnfmac: do not report channel changes until wiphy is registeredIgor Mitsyanko2017-09-251-0/+3
* | qtnfmac: remove unused mac::status fieldIgor Mitsyanko2017-09-253-8/+0Star
* | qtnfmac: do not cache CSA chandef infoIgor Mitsyanko2017-09-254-22/+1Star
* | qtnfmac: pass VIF info to SendChannel commandIgor Mitsyanko2017-09-253-4/+5
* | qtnfmac: let wifi card handle channel switch request to the same chanIgor Mitsyanko2017-09-251-5/+0Star
* | qtnfmac: do not cache channel info from "connect" commandIgor Mitsyanko2017-09-252-16/+5Star
* | qtnfmac: retrieve current channel info from EPIgor Mitsyanko2017-09-254-21/+64
* | qtnfmac: make "Channel change" event report full channel infoIgor Mitsyanko2017-09-254-18/+85
* | qtnfmac: convert channel width from bitfiled to simple enumIgor Mitsyanko2017-09-252-16/+16
|/