aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
AgeCommit message (Expand)Author
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-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-10qtnfmac: pass all CONNECT cmd params to wireless card for processingIgor Mitsyanko
2017-11-10qtnfmac: include HTCAP and VHTCAP into config AP commandIgor Mitsyanko
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: SCAN results: retreive frame type information from "IE set" TLVIgor Mitsyanko
2017-11-10qtnfmac: extend "IE set" TLV to include frame type infoIgor 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-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30qtnfmac: advertise support of inactivity timeoutIgor Mitsyanko
2017-10-30qtnfmac: modify full Tx queue recoverySergey Matyukevich
2017-10-30qtnfmac: drop nonexistent function declarationSergey Matyukevich
2017-10-30qtnfmac: enable registration of more mgmt framesSergey Matyukevich
2017-10-30qtnfmac: modify full Tx queue error reportingSergey 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: make encryption info a part of CONNECT command.Igor 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: pass all AP settings to wireless card for processingIgor Mitsyanko
2017-10-13qtnfmac: do not cache AP settings in driver structuresIgor Mitsyanko
2017-09-25qtnfmac: do not report channel changes until wiphy is registeredIgor Mitsyanko
2017-09-25qtnfmac: remove unused mac::status fieldIgor 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-25qtnfmac: make "Channel change" event report full channel infoIgor Mitsyanko
2017-09-25qtnfmac: convert channel width from bitfiled to simple enumIgor Mitsyanko
2017-09-20qtnfmac: cancel scans on wireless interface changesSergey Matyukevich
2017-09-20qtnfmac: lock access to h/w in tx pathSergey Matyukevich
2017-08-31qtnfmac: implement 64-bit dma supportSergey Matyukevich
2017-08-31qtnfmac: fix free_xfer_buffer cleanupSergey Matyukevich
2017-08-31qtnfmac: modify qtnf_map_bar not to return NULLSergey Matyukevich
2017-08-31qtnfmac: module param sanity checkSergey Matyukevich
2017-08-31qtnfmac: drop -D__CHECK_ENDIAN from cflagsSergey Matyukevich
2017-08-17qtnfmac: modify tx reclaim lockingSergey Matyukevich
2017-08-17qtnfmac: introduce counter for Rx underflow eventsSergey Matyukevich