summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
Commit message (Expand)AuthorAgeFilesLines
* qtnfmac: modify full Tx queue recoverySergey Matyukevich2017-10-304-5/+37
* qtnfmac: drop nonexistent function declarationSergey Matyukevich2017-10-301-3/+0
* qtnfmac: enable registration of more mgmt framesSergey Matyukevich2017-10-301-1/+11
* qtnfmac: modify full Tx queue error reportingSergey Matyukevich2017-10-301-1/+1
* qtnfmac: Convert timers to use timer_setup()Kees Cook2017-10-272-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-10-165-6/+19
|\
| * qtnfmac: cancel scans on wireless interface changesSergey Matyukevich2017-09-203-5/+9
| * qtnfmac: lock access to h/w in tx pathSergey Matyukevich2017-09-202-1/+10
* | qtnfmac: do not cache current channel info in driver's stateIgor Mitsyanko2017-10-133-8/+2
* | qtnfmac: make encryption info a part of CONNECT command.Igor Mitsyanko2017-10-132-25/+22
* | qtnfmac: do not cache BSS state in per-VIF structureIgor Mitsyanko2017-10-133-66/+42
* | qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko2017-10-134-45/+2
* | qtnfmac: get rid of QTNF_STATE_AP_CONFIGIgor Mitsyanko2017-10-133-12/+0
* | qtnfmac: pass channel definition to WiFi card on START_AP commandIgor Mitsyanko2017-10-135-22/+62
* | qtnfmac: pass all AP settings to wireless card for processingIgor Mitsyanko2017-10-134-43/+101
* | qtnfmac: do not cache AP settings in driver structuresIgor Mitsyanko2017-10-133-41/+25
* | qtnfmac: do not report channel changes until wiphy is registeredIgor Mitsyanko2017-09-251-0/+3
* | qtnfmac: remove unused mac::status fieldIgor Mitsyanko2017-09-253-8/+0
* | qtnfmac: do not cache CSA chandef infoIgor Mitsyanko2017-09-254-22/+1
* | qtnfmac: pass VIF info to SendChannel commandIgor Mitsyanko2017-09-253-4/+5
* | qtnfmac: let wifi card handle channel switch request to the same chanIgor Mitsyanko2017-09-251-5/+0
* | qtnfmac: do not cache channel info from "connect" commandIgor Mitsyanko2017-09-252-16/+5
* | qtnfmac: retrieve current channel info from EPIgor Mitsyanko2017-09-254-21/+64
* | qtnfmac: make "Channel change" event report full channel infoIgor Mitsyanko2017-09-254-18/+85
* | qtnfmac: convert channel width from bitfiled to simple enumIgor Mitsyanko2017-09-252-16/+16
|/
* qtnfmac: implement 64-bit dma supportSergey Matyukevich2017-08-313-16/+65
* qtnfmac: fix free_xfer_buffer cleanupSergey Matyukevich2017-08-311-2/+2
* qtnfmac: modify qtnf_map_bar not to return NULLSergey Matyukevich2017-08-311-4/+6
* qtnfmac: module param sanity checkSergey Matyukevich2017-08-311-2/+15
* qtnfmac: drop -D__CHECK_ENDIAN from cflagsSergey Matyukevich2017-08-311-4/+0
* qtnfmac: modify tx reclaim lockingSergey Matyukevich2017-08-172-13/+8
* qtnfmac: introduce counter for Rx underflow eventsSergey Matyukevich2017-08-174-2/+17
* qtnfmac: switch to kernel circ_buf implementationSergey Matyukevich2017-08-172-80/+136
* qtnfmac: decrease default Tx queue sizeSergey Matyukevich2017-08-171-1/+1
* qtnfmac: skb2rbd_attach cleanupSergey Matyukevich2017-08-171-18/+13
* qtnfmac: use __netdev_alloc_skb_ip_alignSergey Matyukevich2017-08-171-4/+1
* qtnfmac: switch to napi_gro_receiveSergey Matyukevich2017-08-171-1/+1
* qtnfmac: remove unused qtnf_rx_frame declarationSergey Matyukevich2017-08-171-1/+0
* net: qtnfmac: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
* qtnfmac: Tidy up DMA mask settingRobin Murphy2017-08-031-27/+1
* qtnfmac: prepare for AP_VLAN interface type supportSergey Matyukevich2017-08-033-7/+36
* qtnfmac: remove function qtnf_cmd_skb_put_actionSergey Matyukevich2017-08-031-8/+0
* qtnfmac: fix handling of iftype mask reported by firmwareSergey Matyukevich2017-08-034-16/+20
* qtnfmac: implement scan timeoutSergey Matyukevich2017-08-035-4/+29
* qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich2017-08-036-2/+210
* qtnfmac: move current channel info from vif to macSergey Matyukevich2017-08-033-17/+29
* qtnfmac: fix station leave reason endiannessSergey Matyukevich2017-08-032-3/+3
* qtnfmac: implement reporting current channelSergey Matyukevich2017-08-033-4/+62
* qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich2017-08-035-1/+217
* qtnfmac: add missing bus lockSergey Matyukevich2017-08-031-0/+4
OpenPOWER on IntegriCloud