aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
AgeCommit message (Expand)AuthorFilesLines
2017-10-30qtnfmac: modify full Tx queue error reportingSergey Matyukevich1-1/+1
2017-10-27qtnfmac: Convert timers to use timer_setup()Kees Cook2-5/+4
2017-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo5-6/+19
2017-10-13qtnfmac: do not cache current channel info in driver's stateIgor Mitsyanko3-8/+2
2017-10-13qtnfmac: make encryption info a part of CONNECT command.Igor Mitsyanko2-25/+22
2017-10-13qtnfmac: do not cache BSS state in per-VIF structureIgor Mitsyanko3-66/+42
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko4-45/+2
2017-10-13qtnfmac: get rid of QTNF_STATE_AP_CONFIGIgor Mitsyanko3-12/+0
2017-10-13qtnfmac: pass channel definition to WiFi card on START_AP commandIgor Mitsyanko5-22/+62
2017-10-13qtnfmac: pass all AP settings to wireless card for processingIgor Mitsyanko4-43/+101
2017-10-13qtnfmac: do not cache AP settings in driver structuresIgor Mitsyanko3-41/+25
2017-09-25qtnfmac: do not report channel changes until wiphy is registeredIgor Mitsyanko1-0/+3
2017-09-25qtnfmac: remove unused mac::status fieldIgor Mitsyanko3-8/+0
2017-09-25qtnfmac: do not cache CSA chandef infoIgor Mitsyanko4-22/+1
2017-09-25qtnfmac: pass VIF info to SendChannel commandIgor Mitsyanko3-4/+5
2017-09-25qtnfmac: let wifi card handle channel switch request to the same chanIgor Mitsyanko1-5/+0
2017-09-25qtnfmac: do not cache channel info from "connect" commandIgor Mitsyanko2-16/+5
2017-09-25qtnfmac: retrieve current channel info from EPIgor Mitsyanko4-21/+64
2017-09-25qtnfmac: make "Channel change" event report full channel infoIgor Mitsyanko4-18/+85
2017-09-25qtnfmac: convert channel width from bitfiled to simple enumIgor Mitsyanko2-16/+16
2017-09-20qtnfmac: cancel scans on wireless interface changesSergey Matyukevich3-5/+9
2017-09-20qtnfmac: lock access to h/w in tx pathSergey Matyukevich2-1/+10
2017-08-31qtnfmac: implement 64-bit dma supportSergey Matyukevich3-16/+65
2017-08-31qtnfmac: fix free_xfer_buffer cleanupSergey Matyukevich1-2/+2
2017-08-31qtnfmac: modify qtnf_map_bar not to return NULLSergey Matyukevich1-4/+6
2017-08-31qtnfmac: module param sanity checkSergey Matyukevich1-2/+15
2017-08-31qtnfmac: drop -D__CHECK_ENDIAN from cflagsSergey Matyukevich1-4/+0
2017-08-17qtnfmac: modify tx reclaim lockingSergey Matyukevich2-13/+8
2017-08-17qtnfmac: introduce counter for Rx underflow eventsSergey Matyukevich4-2/+17
2017-08-17qtnfmac: switch to kernel circ_buf implementationSergey Matyukevich2-79/+135
2017-08-17qtnfmac: decrease default Tx queue sizeSergey Matyukevich1-1/+1
2017-08-17qtnfmac: skb2rbd_attach cleanupSergey Matyukevich1-18/+13
2017-08-17qtnfmac: use __netdev_alloc_skb_ip_alignSergey Matyukevich1-4/+1
2017-08-17qtnfmac: switch to napi_gro_receiveSergey Matyukevich1-1/+1
2017-08-17qtnfmac: remove unused qtnf_rx_frame declarationSergey Matyukevich1-1/+0
2017-08-03net: qtnfmac: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-03qtnfmac: Tidy up DMA mask settingRobin Murphy1-27/+1
2017-08-03qtnfmac: prepare for AP_VLAN interface type supportSergey Matyukevich3-7/+36
2017-08-03qtnfmac: remove function qtnf_cmd_skb_put_actionSergey Matyukevich1-8/+0
2017-08-03qtnfmac: fix handling of iftype mask reported by firmwareSergey Matyukevich4-16/+20
2017-08-03qtnfmac: implement scan timeoutSergey Matyukevich5-4/+29
2017-08-03qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich6-2/+210
2017-08-03qtnfmac: move current channel info from vif to macSergey Matyukevich3-17/+29
2017-08-03qtnfmac: fix station leave reason endiannessSergey Matyukevich2-3/+3
2017-08-03qtnfmac: implement reporting current channelSergey Matyukevich3-4/+62
2017-08-03qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich5-1/+217
2017-08-03qtnfmac: add missing bus lockSergey Matyukevich1-0/+4
2017-08-03qtnfmac: regulatory configuration for self-managed setupSergey Matyukevich1-0/+9
2017-08-03qtnfmac: updates for regulatory supportSergey Matyukevich6-108/+388
2017-06-28qtnfmac: fix uninitialized return code in retColin Ian King1-1/+1