summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* qtnfmac: implement dump_station support for STA modeSergey Matyukevich2018-10-051-9/+21
* qtnfmac: add support for scan dwell time configurationSergey Matyukevich2018-10-051-0/+4
* qtnfmac: drop error reports for out-of-bounds key indexesSergey Matyukevich2018-10-051-3/+10
* qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich2018-10-051-0/+9
* qtnfmac: do not cancel scan in disconnect callbackIgor Mitsyanko2018-10-051-2/+0
* qtnfmac: cleanup and unify command error handlingSergey Matyukevich2018-10-051-24/+40
* qtnfmac: request userspace to do OBSS scanning if FW can notIgor Mitsyanko2018-10-051-0/+3
* qtnfmac: generate local disconnect event in disconnect callbackIgor Mitsyanko2018-10-051-6/+7
* qtnfmac: do not track STA states in driverSergey Matyukevich2018-10-051-52/+7
* qtnfmac: remove set but not used variable 'vif'YueHaibing2018-09-201-3/+0
* qtnfmac: implement basic WoWLAN supportSergey Matyukevich2018-08-021-0/+76
* qtnfmac: enable multiple SSIDs scan supportAndrey Shevchenko2018-07-301-1/+2
* qtnfmac: implement cfg80211 power management callbackSergei Maksimenko2018-07-301-0/+21
* Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller2018-07-231-0/+3
|\
| * qtnfmac: enable source MAC address randomization supportAndrey Shevchenko2018-06-271-0/+3
* | qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva2018-06-181-2/+1
|/
* qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich2018-05-301-7/+14
* qtnfmac: cancel scan on disconnectAndrey Shevchenko2018-05-301-0/+2
* qtnfmac: cleanup wdev structure between its usesSergey Matyukevich2018-05-301-5/+3
* qtnfmac: simplify notationSergey Matyukevich2018-05-301-12/+13
* qtnfmac: add DFS offload supportDmitry Lebed2018-04-241-0/+9
* qtnfmac: do not use mutexes in timer contextIgor Mitsyanko2018-01-241-11/+4
* qtnfmac: fix STA disconnect procedureSergey Matyukevich2018-01-241-1/+0
* qtnfmac: validate interface combinations on changesSergey Matyukevich2018-01-241-0/+50
* qtnfmac: modify supported interface combinationsSergey Matyukevich2018-01-241-33/+20
* qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov2018-01-241-0/+4
* qtnfmac: fix warnings when mBSS setup is stoppedVasily Ulyanov2018-01-241-4/+4
* qtnfmac: support MAC address based access controlVasily Ulyanov2018-01-091-0/+16
* qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko2018-01-091-1/+4
* 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-091-1/+1
* qtnfmac: add support for radar detection and CACIgor Mitsyanko2018-01-091-1/+17
* qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich2018-01-091-1/+2
* 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-211-1/+1
* qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko2017-11-101-16/+1
* qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko2017-11-101-6/+6
* qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko2017-11-101-3/+0
* qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko2017-11-101-0/+2
* qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko2017-11-101-29/+1
* qtnfmac: advertise support of inactivity timeoutIgor Mitsyanko2017-10-301-1/+4
* qtnfmac: enable registration of more mgmt framesSergey Matyukevich2017-10-301-1/+11
* qtnfmac: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-10-161-3/+6
|\
| * qtnfmac: cancel scans on wireless interface changesSergey Matyukevich2017-09-201-3/+6
* | qtnfmac: do not cache current channel info in driver's stateIgor Mitsyanko2017-10-131-5/+2
* | qtnfmac: do not cache BSS state in per-VIF structureIgor Mitsyanko2017-10-131-33/+7
* | qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko2017-10-131-28/+1
* | qtnfmac: get rid of QTNF_STATE_AP_CONFIGIgor Mitsyanko2017-10-131-8/+0
* | qtnfmac: pass channel definition to WiFi card on START_AP commandIgor Mitsyanko2017-10-131-9/+0
OpenPOWER on IntegriCloud