aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20qtnfmac: track broadcast domain of each interfaceIgor Mitsyanko1-0/+9
2019-11-20qtnfmac: remove VIF in firmware in case of errorIgor Mitsyanko1-5/+3
2019-11-14qtnfmac: add support for getting/setting transmit powerMikhail Karpenko1-0/+41
2019-04-26qtnfmac: allow to control DFS slave radar detectionIgor Mitsyanko1-1/+1
2019-04-04qtnfmac: send EAPOL frames via control pathIgor Mitsyanko1-6/+11
2019-04-04qtnfmac: allow changing the netnsSergey Matyukevich1-1/+2
2019-04-04qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko1-7/+6
2019-04-04qtnfmac: flexible regulatory domain registration logicIgor Mitsyanko1-5/+14
2019-04-04qtnfmac: simplify error reporting in regulatory notifierIgor Mitsyanko1-10/+2
2019-04-04qtnfmac: make regulatory notifier work on per-phy basisIgor Mitsyanko1-23/+9
2019-02-08qtnfmac: enable WPA3 SAE supportSergey Matyukevich1-2/+38
2019-02-01qtnfmac: convert to SPDX license identifiersSergey Matyukevich1-15/+2
2019-02-01qtnfmac: do not reject retry changes in driverSergey Matyukevich1-5/+0
2019-02-01qtnfmac: add support for 4addr modeSergey Matyukevich1-8/+13
2018-10-05qtnfmac: implement dump_station support for STA modeSergey Matyukevich1-9/+21
2018-10-05qtnfmac: add support for scan dwell time configurationSergey Matyukevich1-0/+4
2018-10-05qtnfmac: drop error reports for out-of-bounds key indexesSergey Matyukevich1-3/+10
2018-10-05qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich1-0/+9
2018-10-05qtnfmac: do not cancel scan in disconnect callbackIgor Mitsyanko1-2/+0
2018-10-05qtnfmac: cleanup and unify command error handlingSergey Matyukevich1-24/+40
2018-10-05qtnfmac: request userspace to do OBSS scanning if FW can notIgor Mitsyanko1-0/+3
2018-10-05qtnfmac: generate local disconnect event in disconnect callbackIgor Mitsyanko1-6/+7
2018-10-05qtnfmac: do not track STA states in driverSergey Matyukevich1-52/+7
2018-09-20qtnfmac: remove set but not used variable 'vif'YueHaibing1-3/+0
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich1-0/+76
2018-07-30qtnfmac: enable multiple SSIDs scan supportAndrey Shevchenko1-1/+2
2018-07-30qtnfmac: implement cfg80211 power management callbackSergei Maksimenko1-0/+21
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-0/+3
2018-06-27qtnfmac: enable source MAC address randomization supportAndrey Shevchenko1-0/+3
2018-06-18qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva1-2/+1
2018-05-30qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich1-7/+14
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