aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c
AgeCommit message (Expand)Author
2019-11-24qtnfmac: drop error reports for out-of-bounds key indexesSergey Matyukevich
2019-11-24qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich
2019-11-24qtnfmac: request userspace to do OBSS scanning if FW can notIgor Mitsyanko
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-06-27qtnfmac: enable source MAC address randomization supportAndrey Shevchenko
2018-06-18qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva
2018-05-30qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich
2018-05-30qtnfmac: cancel scan on disconnectAndrey Shevchenko
2018-05-30qtnfmac: cleanup wdev structure between its usesSergey Matyukevich
2018-05-30qtnfmac: simplify notationSergey Matyukevich
2018-04-24qtnfmac: add DFS offload supportDmitry Lebed
2018-01-24qtnfmac: do not use mutexes in timer contextIgor Mitsyanko
2018-01-24qtnfmac: fix STA disconnect procedureSergey Matyukevich
2018-01-24qtnfmac: validate interface combinations on changesSergey Matyukevich
2018-01-24qtnfmac: modify supported interface combinationsSergey Matyukevich
2018-01-24qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov
2018-01-24qtnfmac: fix warnings when mBSS setup is stoppedVasily Ulyanov
2018-01-09qtnfmac: support MAC address based access controlVasily Ulyanov
2018-01-09qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko
2018-01-09qtnfmac: check for passed channel being NULL in MGMT_TX commandIgor Mitsyanko
2018-01-09qtnfmac: change default interface mode from AP to STAIgor Mitsyanko
2018-01-09qtnfmac: add support for radar detection and CACIgor Mitsyanko
2018-01-09qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich
2018-01-09qtnfmac: check that MAC exists in regulatory notifierIgor Mitsyanko
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-10qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko
2017-11-10qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko
2017-11-10qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko
2017-11-10qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko
2017-11-10qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko
2017-10-30qtnfmac: advertise support of inactivity timeoutIgor Mitsyanko
2017-10-30qtnfmac: enable registration of more mgmt framesSergey Matyukevich
2017-10-27qtnfmac: Convert timers to use timer_setup()Kees Cook
2017-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo
2017-10-13qtnfmac: do not cache current channel info in driver's stateIgor Mitsyanko
2017-10-13qtnfmac: do not cache BSS state in per-VIF structureIgor Mitsyanko
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_CONFIGIgor Mitsyanko
2017-10-13qtnfmac: pass channel definition to WiFi card on START_AP commandIgor Mitsyanko
2017-10-13qtnfmac: do not cache AP settings in driver structuresIgor Mitsyanko
2017-09-25qtnfmac: do not cache CSA chandef infoIgor Mitsyanko
2017-09-25qtnfmac: pass VIF info to SendChannel commandIgor Mitsyanko
2017-09-25qtnfmac: let wifi card handle channel switch request to the same chanIgor Mitsyanko
2017-09-25qtnfmac: do not cache channel info from "connect" commandIgor Mitsyanko
2017-09-25qtnfmac: retrieve current channel info from EPIgor Mitsyanko
2017-09-20qtnfmac: cancel scans on wireless interface changesSergey Matyukevich
2017-08-03qtnfmac: implement scan timeoutSergey Matyukevich