summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich2018-05-302-12/+17
* qtnfmac: cancel scan on disconnectAndrey Shevchenko2018-05-301-0/+2
* qtnfmac: fix bg_scan_period parameter processingAndrey Shevchenko2018-05-302-7/+3
* qtnfmac: fix firmware command error pathDmitry Lebed2018-05-302-1/+4
* qtnfmac: improve control path timeout handlingDmitry Lebed2018-05-303-5/+15
* qtnfmac: cleanup wdev structure between its usesSergey Matyukevich2018-05-302-6/+3
* qtnfmac: decode error codes from firmware repliesIgor Mitsyanko2018-05-302-2/+26
* qtnfmac: simplify notationSergey Matyukevich2018-05-301-12/+13
* qtnfmac: remove unused function declarationsAndrey Shevchenko2018-05-301-5/+0
* wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-121-14/+27
* qtnfmac: fix qtnf_netdev_hard_start_xmit()'s return typeLuc Van Oostenryck2018-04-301-1/+1
* qtnfmac: pearl: pcie: fix memory leak in qtnf_fw_work_handlerGustavo A. R. Silva2018-04-251-0/+4
* qtnfmac: add DFS offload supportDmitry Lebed2018-04-243-2/+25
* qtnfmac: implement asynchronous firmware loadingSergey Matyukevich2018-02-272-198/+180
* qtnfmac: enable reloading of qtnfmac kernel modulesSergei Maksimenko2018-02-273-1/+16
* qtnfmac: fix releasing Tx/Rx data buffersSergey Matyukevich2018-02-271-12/+18
* qtnfmac: remove redundant 'unlikely' checksSergey Matyukevich2018-01-241-27/+25
* qtnfmac: do not use bus mutex for events processingIgor Mitsyanko2018-01-241-2/+2
* qtnfmac: do not use mutexes in timer contextIgor Mitsyanko2018-01-244-32/+38
* 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-245-76/+115
* qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov2018-01-244-0/+14
* qtnfmac: get more hardware info from cardVasily Ulyanov2018-01-242-1/+61
* qtnfmac: support 64-bit network interface statsVasily Ulyanov2018-01-243-8/+85
* qtnfmac: fix warnings when mBSS setup is stoppedVasily Ulyanov2018-01-241-4/+4
* qtnfmac: remove struct qlink_cmd_set_mac_aclVasily Ulyanov2018-01-242-16/+9
* qtnfmac: support MAC address based access controlVasily Ulyanov2018-01-097-1/+137
* qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko2018-01-095-7/+16
* qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibilityIgor Mitsyanko2018-01-094-168/+267
* qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov2018-01-094-0/+50
* qtnfmac: fix rssi data passed to wireless coreSergey Matyukevich2018-01-092-9/+9
* 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-093-10/+6
* qtnfmac: add support for radar detection and CACIgor Mitsyanko2018-01-095-1/+155
* qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich2018-01-095-51/+74
* 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
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-1/+1
* qtnfmac: pass all CONNECT cmd params to wireless card for processingIgor Mitsyanko2017-11-102-30/+65
* qtnfmac: include HTCAP and VHTCAP into config AP commandIgor Mitsyanko2017-11-101-0/+18
* qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko2017-11-104-52/+47
* qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko2017-11-103-34/+10
* qtnfmac: SCAN results: retreive frame type information from "IE set" TLVIgor Mitsyanko2017-11-102-22/+14
* qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko2017-11-103-30/+80
* qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko2017-11-104-14/+2
* qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko2017-11-104-9/+12
* qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko2017-11-105-59/+84
* Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-047-19/+70
|\
OpenPOWER on IntegriCloud