summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/main.c
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: don't disable hardirqs; just softirqsBrian Norris2019-06-271-17/+12Star
* mwifiex: update set_mac_address logicSharvari Harisangam2019-06-251-3/+3
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1Star
* mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat2018-07-311-15/+18
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* mwifiex: keep user configured mac address during changing virtual interfaceXinming Hu2018-04-301-1/+4
* mwifiex: always configure firmware mac address during changing virtual interfaceXinming Hu2018-04-301-4/+0Star
* mwifiex: make firmware mac address consistent with host configurationXinming Hu2018-04-301-16/+22
* mwifiex: fix mwifiex_hard_start_xmit()'s return typeLuc Van Oostenryck2018-04-301-1/+1
* mwifiex: set different mac address for interfaces with same bss typeXinming Hu2018-02-271-5/+19
* mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu2018-01-081-46/+51
* mwifiex: Convert timers to use timer_setup()Kees Cook2017-10-271-2/+1Star
* mwifiex: p2p: use separate device addressXinming Hu2017-08-081-14/+26
* mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"Colin Ian King2017-07-281-1/+1
* mwifiex: uninit wakeup info in the error handlingJeffy Chen2017-07-281-1/+6
* mwifiex: drop num CPU noticeBrian Norris2017-07-281-3/+1Star
* mwifiex: fixup init_channel_scan_gap error caseBrian Norris2017-07-281-1/+2
* mwifiex: unregister wiphy before freeing resourcesBrian Norris2017-07-281-1/+6
* mwifiex: re-register wiphy across resetBrian Norris2017-07-281-3/+4
* mwifiex: reset interrupt status across device resetBrian Norris2017-07-281-0/+1
* mwifiex: reunite copy-and-pasted remove/reset codeBrian Norris2017-07-281-76/+28Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* | mwifiex: usb: transmit aggregation packetsXinming Hu2017-05-311-0/+4
|/
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-241-8/+12
|\
| * mwifiex: don't leak 'chan_stats' on resetBrian Norris2017-04-201-1/+3
| * mwifiex: reset timeout flag when resetting deviceBrian Norris2017-04-201-0/+1
| * mwifiex: fall back mwifiex_dbg to pr_info when adapter->dev not setXinming Hu2017-04-201-2/+5
| * mwifiex: remove unnecessary wakeup interrupt number sanity checkXinming Hu2017-04-201-5/+3Star
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-4/+3Star
|\ \ | |/ |/|
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-4/+3Star
* | Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...David S. Miller2017-04-101-12/+25
|\ \
| * | mwifiex: catch mwifiex_fw_dpc() errors properly in resetBrian Norris2017-04-051-11/+22
| * | mwifiex: fix use-after-free for FW reinit errorsBrian Norris2017-04-051-1/+0Star
| * | mwifiex: wake system up when receives a wake irqJeffy Chen2017-03-201-0/+3
| |/
* | mwifiex: uninit wakeup info when removing deviceBrian Norris2017-03-161-0/+3
* | mwifiex: set adapter->dev before starting to use mwifiex_dbg()Brian Norris2017-03-161-4/+4
|/
* mwifiex: don't enable/disable IRQ 0 during suspend/resumeBrian Norris2017-02-151-4/+4
* mwifiex: cleanup in PCIe flr code pathXinming Hu2017-01-121-9/+0Star
* mwifiex: get rid of mwifiex_do_flr wrapperXinming Hu2017-01-121-26/+5Star
* mwifiex: get rid of drv_info* adapter variablesXinming Hu2017-01-121-25/+17Star
* mwifiex: don't wait for main_process in shutdown_drvXinming Hu2017-01-121-37/+18Star
* mwifiex: Removed unused mwifiex_private* 'priv' variableKirtika Ruchandani2016-11-291-3/+0Star
* mwifiex: resolve races between async FW init (failure) and device removalBrian Norris2016-11-191-30/+17Star
* mwifiex: complete blocked power save handshake in main processShengzhen Li2016-11-191-4/+5
* mwifiex: Enable WoWLAN for both sdio and pcieRajat Jain2016-11-191-0/+41
* mwifiex: Introduce mwifiex_probe_of() to parse common propertiesRajat Jain2016-11-191-0/+12
* mwifiex: Allow mwifiex early access to device structureRajat Jain2016-11-191-1/+3
* mwifiex: fix null pointer deference when adapter is nullColin Ian King2016-09-171-4/+4