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