summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu2018-01-082-0/+4
* mwifiex: debugfs: trigger device dump for usb interfaceXinming Hu2018-01-084-8/+21
* mwifiex: device dump support for usb interfaceXinming Hu2018-01-084-0/+82
* mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu2018-01-085-57/+79
* mwifiex: cfg80211: do not change virtual interface during scan processingLimin Zhu2017-12-071-0/+6
* mwifiex: do not support change AP interface to station modeXinming Hu2017-12-071-1/+0Star
* mwl8k: Expand non-DFS 5G channelsWeixiao Zhang2017-12-071-1/+6
* Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-0413-50/+38Star
|\
| * mwifiex: do not transmit in 11N rates when connected in TKIP securityGanapathi Bhat2017-10-301-1/+2
| * libertas: don't write wdev->ssid/_lenJohannes Berg2017-10-301-3/+0Star
| * libertas: Convert timers to use timer_setup()Kees Cook2017-10-274-22/+18Star
| * mwifiex: Convert timers to use timer_setup()Kees Cook2017-10-277-24/+18Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0418-0/+18
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0218-0/+18
* | mwifiex: Use put_unaligned_le32Himanshu Jha2017-10-131-6/+4Star
* | mwifiex: double the size of chan_stats array in adapterRohit Fule2017-10-131-1/+4
* | mwifiex: minor cleanups w/ sta_list_spinlock in cfg80211.cDouglas Anderson2017-10-132-9/+11
* | mwifiex: kill useless list_empty checksDouglas Anderson2017-10-134-26/+0Star
* | mwifiex: Random MAC address during scanningKarthik Ananthapadmanabha2017-10-102-4/+7
* | mwifiex: make const array tos_to_ac static, reduces object code sizeColin Ian King2017-09-251-1/+2
* | mwifiex: use get_random_mask_addr() helperGanapathi Bhat2017-09-201-6/+5Star
* | mwifiex: avoid storing random_mac in privateGanapathi Bhat2017-09-203-9/+6Star
* | mwifiex: make const arrays static to shink object code sizeColin Ian King2017-09-201-7/+7
* | mwifiex: remove unnecessary call to memsetHimanshu Jha2017-09-201-2/+0Star
* | mwifiex: check for mfg_mode in add_virtual_intfGanapathi Bhat2017-09-201-8/+11
* | mwifiex: notify cfg80211 about scan abortGanapathi Bhat2017-09-201-5/+1Star
|/
* 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/+0Star
* 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/+0Star
* mwifiex: replace netif_carrier_on/off by netif_device_attach/dettachGanapathi Bhat2017-08-081-10/+4Star
* 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/+55Star
* 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/+5Star
* 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/+1Star
* mwifiex: keep mwifiex_cancel_pending_ioctl() staticBrian Norris2017-07-282-2/+3
* mwifiex: pcie: remove unnecessary 'pdev' checkBrian Norris2017-07-281-8/+5Star
* 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/+0Star