aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-09qtnfmac: support MAC address based access controlVasily Ulyanov7-1/+137
2018-01-09qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko5-7/+16
2018-01-09qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibilityIgor Mitsyanko4-168/+267
2018-01-09qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov4-0/+50
2018-01-09qtnfmac: fix rssi data passed to wireless coreSergey Matyukevich2-9/+9
2018-01-09qtnfmac: check for passed channel being NULL in MGMT_TX commandIgor Mitsyanko1-2/+11
2018-01-09qtnfmac: change default interface mode from AP to STAIgor Mitsyanko3-10/+6
2018-01-09qtnfmac: add support for radar detection and CACIgor Mitsyanko5-1/+155
2018-01-09qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich5-51/+74
2018-01-09qtnfmac: check that MAC exists in regulatory notifierIgor Mitsyanko1-0/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-1/+1
2017-11-10qtnfmac: pass all CONNECT cmd params to wireless card for processingIgor Mitsyanko2-30/+65
2017-11-10qtnfmac: include HTCAP and VHTCAP into config AP commandIgor Mitsyanko1-0/+18
2017-11-10qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko4-52/+47
2017-11-10qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko3-34/+10
2017-11-10qtnfmac: SCAN results: retreive frame type information from "IE set" TLVIgor Mitsyanko2-22/+14
2017-11-10qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko3-30/+80
2017-11-10qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko4-14/+2
2017-11-10qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko4-9/+12
2017-11-10qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko5-59/+84
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller7-19/+70
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30qtnfmac: advertise support of inactivity timeoutIgor Mitsyanko3-4/+17
2017-10-30qtnfmac: modify full Tx queue recoverySergey Matyukevich4-5/+37
2017-10-30qtnfmac: drop nonexistent function declarationSergey Matyukevich1-3/+0
2017-10-30qtnfmac: enable registration of more mgmt framesSergey Matyukevich1-1/+11
2017-10-30qtnfmac: modify full Tx queue error reportingSergey Matyukevich1-1/+1
2017-10-27qtnfmac: Convert timers to use timer_setup()Kees Cook2-5/+4
2017-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo5-6/+19
2017-10-13qtnfmac: do not cache current channel info in driver's stateIgor Mitsyanko3-8/+2
2017-10-13qtnfmac: make encryption info a part of CONNECT command.Igor Mitsyanko2-25/+22
2017-10-13qtnfmac: do not cache BSS state in per-VIF structureIgor Mitsyanko3-66/+42
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko4-45/+2
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_CONFIGIgor Mitsyanko3-12/+0
2017-10-13qtnfmac: pass channel definition to WiFi card on START_AP commandIgor Mitsyanko5-22/+62
2017-10-13qtnfmac: pass all AP settings to wireless card for processingIgor Mitsyanko4-43/+101
2017-10-13qtnfmac: do not cache AP settings in driver structuresIgor Mitsyanko3-41/+25
2017-09-25qtnfmac: do not report channel changes until wiphy is registeredIgor Mitsyanko1-0/+3
2017-09-25qtnfmac: remove unused mac::status fieldIgor Mitsyanko3-8/+0
2017-09-25qtnfmac: do not cache CSA chandef infoIgor Mitsyanko4-22/+1
2017-09-25qtnfmac: pass VIF info to SendChannel commandIgor Mitsyanko3-4/+5
2017-09-25qtnfmac: let wifi card handle channel switch request to the same chanIgor Mitsyanko1-5/+0
2017-09-25qtnfmac: do not cache channel info from "connect" commandIgor Mitsyanko2-16/+5
2017-09-25qtnfmac: retrieve current channel info from EPIgor Mitsyanko4-21/+64
2017-09-25qtnfmac: make "Channel change" event report full channel infoIgor Mitsyanko4-18/+85
2017-09-25qtnfmac: convert channel width from bitfiled to simple enumIgor Mitsyanko2-16/+16
2017-09-20qtnfmac: cancel scans on wireless interface changesSergey Matyukevich3-5/+9
2017-09-20qtnfmac: lock access to h/w in tx pathSergey Matyukevich2-1/+10