aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-2/+1
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+1
2018-06-18qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva1-2/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-30qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich2-12/+17
2018-05-30qtnfmac: cancel scan on disconnectAndrey Shevchenko1-0/+2
2018-05-30qtnfmac: fix bg_scan_period parameter processingAndrey Shevchenko2-7/+3
2018-05-30qtnfmac: fix firmware command error pathDmitry Lebed2-1/+4
2018-05-30qtnfmac: improve control path timeout handlingDmitry Lebed3-5/+15
2018-05-30qtnfmac: cleanup wdev structure between its usesSergey Matyukevich2-6/+3
2018-05-30qtnfmac: decode error codes from firmware repliesIgor Mitsyanko2-2/+26
2018-05-30qtnfmac: simplify notationSergey Matyukevich1-12/+13
2018-05-30qtnfmac: remove unused function declarationsAndrey Shevchenko1-5/+0
2018-05-12wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen1-14/+27
2018-04-30qtnfmac: fix qtnf_netdev_hard_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-25qtnfmac: pearl: pcie: fix memory leak in qtnf_fw_work_handlerGustavo A. R. Silva1-0/+4
2018-04-24qtnfmac: add DFS offload supportDmitry Lebed3-2/+25
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap1-2/+2
2018-02-27qtnfmac: implement asynchronous firmware loadingSergey Matyukevich2-198/+180
2018-02-27qtnfmac: enable reloading of qtnfmac kernel modulesSergei Maksimenko3-1/+16
2018-02-27qtnfmac: fix releasing Tx/Rx data buffersSergey Matyukevich1-12/+18
2018-01-24qtnfmac: remove redundant 'unlikely' checksSergey Matyukevich1-27/+25
2018-01-24qtnfmac: do not use bus mutex for events processingIgor Mitsyanko1-2/+2
2018-01-24qtnfmac: do not use mutexes in timer contextIgor Mitsyanko4-32/+38
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 Matyukevich5-76/+115
2018-01-24qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov4-0/+14
2018-01-24qtnfmac: get more hardware info from cardVasily Ulyanov2-1/+61
2018-01-24qtnfmac: support 64-bit network interface statsVasily Ulyanov3-8/+85
2018-01-24qtnfmac: fix warnings when mBSS setup is stoppedVasily Ulyanov1-4/+4
2018-01-24qtnfmac: remove struct qlink_cmd_set_mac_aclVasily Ulyanov2-16/+9
2018-01-09qtnfmac: support MAC address based access controlVasily Ulyanov7-1/+137
2018-01-09qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko5-7/+16
2018-01-09qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibilityIgor Mitsyanko4-168/+267
2018-01-09qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov4-0/+50
2018-01-09qtnfmac: fix rssi data passed to wireless coreSergey Matyukevich2-9/+9
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 Mitsyanko3-10/+6
2018-01-09qtnfmac: add support for radar detection and CACIgor Mitsyanko5-1/+155
2018-01-09qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich5-51/+74
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-21treewide: setup_timer() -> timer_setup()Kees Cook1-1/+1
2017-11-10qtnfmac: pass all CONNECT cmd params to wireless card for processingIgor Mitsyanko2-30/+65
2017-11-10qtnfmac: include HTCAP and VHTCAP into config AP commandIgor Mitsyanko1-0/+18
2017-11-10qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko4-52/+47
2017-11-10qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko3-34/+10
2017-11-10qtnfmac: SCAN results: retreive frame type information from "IE set" TLVIgor Mitsyanko2-22/+14
2017-11-10qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko3-30/+80