aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-30qtnfmac: cancel scan on disconnectAndrey Shevchenko1-0/+2
2018-05-30qtnfmac: cleanup wdev structure between its usesSergey Matyukevich1-5/+3
2018-05-30qtnfmac: simplify notationSergey Matyukevich1-12/+13
2018-04-24qtnfmac: add DFS offload supportDmitry Lebed1-0/+9
2018-01-24qtnfmac: do not use mutexes in timer contextIgor Mitsyanko1-11/+4
2018-01-24qtnfmac: fix STA disconnect procedureSergey Matyukevich1-1/+0
2018-01-24qtnfmac: validate interface combinations on changesSergey Matyukevich1-0/+50
2018-01-24qtnfmac: modify supported interface combinationsSergey Matyukevich1-33/+20
2018-01-24qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov1-0/+4
2018-01-24qtnfmac: fix warnings when mBSS setup is stoppedVasily Ulyanov1-4/+4
2018-01-09qtnfmac: support MAC address based access controlVasily Ulyanov1-0/+16
2018-01-09qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko1-1/+4
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 Mitsyanko1-1/+1
2018-01-09qtnfmac: add support for radar detection and CACIgor Mitsyanko1-1/+17
2018-01-09qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich1-1/+2
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-10qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko1-16/+1
2017-11-10qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko1-6/+6
2017-11-10qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko1-3/+0
2017-11-10qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko1-0/+2
2017-11-10qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko1-29/+1
2017-10-30qtnfmac: advertise support of inactivity timeoutIgor Mitsyanko1-1/+4
2017-10-30qtnfmac: enable registration of more mgmt framesSergey Matyukevich1-1/+11
2017-10-27qtnfmac: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-3/+6
2017-10-13qtnfmac: do not cache current channel info in driver's stateIgor Mitsyanko1-5/+2
2017-10-13qtnfmac: do not cache BSS state in per-VIF structureIgor Mitsyanko1-33/+7
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko1-28/+1
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_CONFIGIgor Mitsyanko1-8/+0
2017-10-13qtnfmac: pass channel definition to WiFi card on START_AP commandIgor Mitsyanko1-9/+0
2017-10-13qtnfmac: do not cache AP settings in driver structuresIgor Mitsyanko1-16/+1
2017-09-25qtnfmac: do not cache CSA chandef infoIgor Mitsyanko1-12/+0
2017-09-25qtnfmac: pass VIF info to SendChannel commandIgor Mitsyanko1-1/+1
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 Mitsyanko1-14/+1
2017-09-25qtnfmac: retrieve current channel info from EPIgor Mitsyanko1-21/+14
2017-09-20qtnfmac: cancel scans on wireless interface changesSergey Matyukevich1-3/+6
2017-08-03qtnfmac: implement scan timeoutSergey Matyukevich1-4/+18
2017-08-03qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich1-2/+58
2017-08-03qtnfmac: move current channel info from vif to macSergey Matyukevich1-13/+25
2017-08-03qtnfmac: implement reporting current channelSergey Matyukevich1-2/+60
2017-08-03qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich1-1/+68
2017-08-03qtnfmac: regulatory configuration for self-managed setupSergey Matyukevich1-0/+9
2017-08-03qtnfmac: updates for regulatory supportSergey Matyukevich1-55/+26
2017-06-01qtnfmac: remove duplicated assignment to macColin Ian King1-1/+1
2017-05-24qtnfmac: introduce new FullMAC driver for Quantenna chipsetsIgor Mitsyanko1-0/+995