aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman18-0/+18
2017-08-17mwifiex: check for NL80211_SCAN_FLAG_RANDOM_ADDR during hidden SSID scanGanapathi Bhat1-1/+2
2017-08-17mwifiex: do not use random MAC for pre-association scanningGanapathi Bhat1-1/+0
2017-08-10mwifiex: uap: enable 11d based on userspace configruationXinming Hu3-12/+27
2017-08-10mwifiex: constify usb_device_idArvind Yadav1-1/+1
2017-08-10libertas_tf: constify usb_device_idArvind Yadav1-1/+1
2017-08-10libertas: constify usb_device_idArvind Yadav1-1/+1
2017-08-08mwifiex: p2p: use separate device addressXinming Hu3-15/+34
2017-08-08mwifiex: wrapper wps ie in pass through tlvXinming Hu1-1/+1
2017-08-08mwifiex: Do not change bss_num in change_virtual_intfXinming Hu1-8/+0
2017-08-08mwifiex: replace netif_carrier_on/off by netif_device_attach/dettachGanapathi Bhat1-10/+4
2017-08-03mwifiex: pcie: compatible with wifi-only image while extract wifi-part fwXinming Hu1-7/+19
2017-08-03mwifiex: make addba request command cleanXinming Hu1-0/+2
2017-08-03mwifiex: correct IE parse during associationXinming Hu1-60/+55
2017-07-28mwifiex: fix spelling mistake: "Insuffient" -> "Insufficient"Colin Ian King1-1/+1
2017-07-28mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"Colin Ian King1-1/+1
2017-07-28mwifiex: disable uapsd in tdls configXinming Hu1-6/+5
2017-07-28mwifiex: usb: unlock on error in mwifiex_usb_tx_aggr_tmo()Dan Carpenter1-1/+2
2017-07-28mwifiex: uninit wakeup info in the error handlingJeffy Chen1-1/+6
2017-07-28mwifiex: fix compile warning of unused variableShawn Lin1-1/+2
2017-07-28mwifiex: drop num CPU noticeBrian Norris1-3/+1
2017-07-28mwifiex: keep mwifiex_cancel_pending_ioctl() staticBrian Norris2-2/+3
2017-07-28mwifiex: pcie: remove unnecessary 'pdev' checkBrian Norris1-8/+5
2017-07-28mwifiex: pcie: disable device DMA before unmapping/freeing buffersBrian Norris1-7/+9
2017-07-28mwifiex: debugfs: allow card_reset() to cancel thingsBrian Norris1-2/+0
2017-07-28mwifiex: pcie: unify MSI-X / non-MSI-X interrupt processBrian Norris1-65/+3
2017-07-28mwifiex: pcie: remove unnecessary masksBrian Norris1-4/+0
2017-07-28mwifiex: drop 'add_tail' param from mwifiex_insert_cmd_to_pending_q()Brian Norris3-7/+6
2017-07-28mwifiex: don't open-code ARRAY_SIZE()Brian Norris3-12/+5
2017-07-28mwifiex: utilize netif_tx_{wake,stop}_all_queues()Brian Norris1-18/+2
2017-07-28mwifiex: make mwifiex_free_cmd_buffer() return voidBrian Norris2-5/+3
2017-07-28mwifiex: fix misnomers in mwifiex_free_lock_list()Brian Norris1-6/+3
2017-07-28mwifiex: ensure "disable auto DS" struct is initializedBrian Norris1-3/+3
2017-07-28mwifiex: fixup init_channel_scan_gap error caseBrian Norris1-1/+2
2017-07-28mwifiex: don't short-circuit netdev notifiers on interface deletionBrian Norris1-4/+0
2017-07-28mwifiex: unregister wiphy before freeing resourcesBrian Norris3-1/+10
2017-07-28mwifiex: re-register wiphy across resetBrian Norris1-3/+4
2017-07-28mwifiex: pcie: don't allow cmd buffer reuse after resetBrian Norris1-1/+2
2017-07-28mwifiex: reset interrupt status across device resetBrian Norris1-0/+1
2017-07-28mwifiex: reunite copy-and-pasted remove/reset codeBrian Norris1-76/+28
2017-07-27mwifiex: correct channel stat buffer overflowsBrian Norris2-1/+7
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-29/+42
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds39-963/+845
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig1-31/+44
2017-06-30mwifiex: do not update MCS set from hostapdGanapathi Bhat2-27/+0
2017-06-28mwifiex: fix spelling mistake: "secuirty" -> "security"Colin Ian King1-1/+1
2017-06-28libertas: Fix lbs_prb_rsp_limit_set()Dan Carpenter1-2/+3
2017-06-28mwifiex: Do not change bss_type in change_virtual_intfGanapathi Bhat1-4/+0
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller6-9/+8
2017-06-21mwifiex: debugfs: remove redunant check of mwifiex_dfs_dirShawn Lin1-2/+1